Commit cf4db55d authored by hangjun83's avatar hangjun83

更新

parent d300ddd5
...@@ -123,7 +123,7 @@ class BhOrdersService ...@@ -123,7 +123,7 @@ class BhOrdersService
$temp['si_amount'] = $item['si_amount']; $temp['si_amount'] = $item['si_amount'];
$temp['si_vamount'] = $item['si_vamount']; $temp['si_vamount'] = $item['si_vamount'];
$temp['si_note'] = $item['si_note']; $temp['si_note'] = $item['si_note'];
$item['so_no'] = $sOrder->so_no; $temp['so_no'] = $sOrder->so_no;
if($item['si_if_cancel'] == 0){ if($item['si_if_cancel'] == 0){
$returnItem[] = $temp; $returnItem[] = $temp;
} }
......
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