Commit 690f1809 authored by hangjun83's avatar hangjun83

openapi 震坤行

parent 199bfc8b
......@@ -171,7 +171,7 @@ class RhawnOrdersService
foreach($products as $key => $product){
$orderItemsArray = [];
$orderItemsArray['so_id'] = $orderId;
$orderItemsArray['p_id'] = $product->zg_r_pid;
$orderItemsArray['p_id'] = $product->p_id;
$orderItemsArray['si_price'] = $product->p_price;
$orderItemsArray['si_discount'] = $line['priceFax'];
$orderItemsArray['si_num'] = $line['qty'];
......
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