Commit f0b5e1ca authored by hj's avatar hj

更新提交

parent a915a19d
......@@ -117,6 +117,7 @@ class ChemsiteOrdersService
$soitems[$k]['si_price'] = $v['si_price'];
$soitems[$k]['si_discount'] = $v['si_discount'];
$soitems[$k]['si_num'] = $v['si_num'];
$soitems[$k]['si_real_num'] = $v['si_num'];
$soitems[$k]['si_amount'] = $v['si_amount'];
$soitems[$k]['si_p_tod'] = $v['si_p_tod'];
$soitems[$k]['si_note'] = '';
......
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