Commit bd2d8b97 authored by hangjun83's avatar hangjun83

百化接口

parent 3950ff0a
......@@ -89,7 +89,7 @@ class BhuaOrdersService
$data['sorders']['so_no'] = '';
$data['sorders']['so_ctime'] = time();
$data['sorders']['so_creater'] = $data['sorders']['creater'];
//$data['sorders']['so_creater'] = $data['sorders']['creater'];
$orderId = $connection->table('sorders')->insertGetId($data['sorders']);
......
......@@ -93,7 +93,7 @@ class BhuaOrdersService
$data['sorders']['so_ci_addr'] = $cusinvoice_arr['ci_addr'];
$data['sorders']['so_ci_phone'] = $cusinvoice_arr['ci_phone'];
$data['sorders']['creater'] = $customer['cus_id'];
$data['sorders']['so_creater'] = $customer['cus_id'];
if(!isset($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