Commit 5254e612 authored by hangjun83's avatar hangjun83

openapi 1.1

parent b2995879
......@@ -118,7 +118,7 @@ class RhawnOrdersService
$soitems = [];
foreach($data['soitems'] as $k => $v){
$soitems[$k]['so_id'] = $orderId;
$soitems[$k]['p_id'] = $v;
$soitems[$k]['p_id'] = $v['p_id'];
$soitems[$k]['si_price'] = $v['si_price'];
$soitems[$k]['si_discount'] = $v['si_discount'];
$soitems[$k]['si_num'] = $v['si_num'];
......
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