Commit aca247cd authored by hj's avatar hj

更新提交

parent f4d9fe7d
......@@ -121,7 +121,7 @@ class ChemsiteOrdersService
$soitems[$k]['si_p_tod'] = $v['si_p_tod'];
$soitems[$k]['si_note'] = '';
}
if($data['express'] > 0){
/*if($data['express'] > 0){
$soitems_count = count($soitems);
$soitems[$soitems_count]['so_id'] = $orderId;
$soitems[$soitems_count]['p_id'] = 0;
......@@ -131,7 +131,7 @@ class ChemsiteOrdersService
$soitems[$soitems_count]['si_amount'] = $data['express'];
$soitems[$soitems_count]['si_p_tod'] = '';
$soitems[$soitems_count]['si_note'] = '';
}
}*/
$connection->table('soitems')->insert($soitems);
$connection->table('logs')->insert(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment