Commit 3e46a3b2 authored by hangjun83's avatar hangjun83

优化

parent 5ac9b77f
...@@ -96,7 +96,7 @@ class BhuaOrdersService ...@@ -96,7 +96,7 @@ class BhuaOrdersService
$data['sorders']['so_standard'] = 0; $data['sorders']['so_standard'] = 0;
$data['sorders']['so_from'] = 4; $data['sorders']['so_from'] = 4;
$data['sorders']['so_creater'] = $customer['cus_id']; $data['sorders']['so_creater'] = 0;//$customer['cus_id'];
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