Commit b163a5b2 authored by hangjun83's avatar hangjun83

订单接口增加来源

parent 6768dc48
...@@ -164,6 +164,7 @@ class RhawnOrdersService ...@@ -164,6 +164,7 @@ class RhawnOrdersService
$data['sorders']['so_ci_bknum'] = $cusinvoice_arr['ci_bknum']; $data['sorders']['so_ci_bknum'] = $cusinvoice_arr['ci_bknum'];
$data['sorders']['so_ci_addr'] = $cusinvoice_arr['ci_addr']; $data['sorders']['so_ci_addr'] = $cusinvoice_arr['ci_addr'];
$data['sorders']['so_ci_phone'] = $cusinvoice_arr['ci_phone']; $data['sorders']['so_ci_phone'] = $cusinvoice_arr['ci_phone'];
$data['sorders']['so_from'] = 4;
if(!isset($requestParams['so_note'])){ if(!isset($requestParams['so_note'])){
$requestParams['so_note'] = ''; $requestParams['so_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