|
@@ -51,10 +51,10 @@ class Sale extends BaseController
|
|
|
if($platform_id==''){
|
|
|
return error_show(1004,"参数platform_id不能为空");
|
|
|
}
|
|
|
- $zxinfoNo= isset($this->post['zxinfoNo'])&& $this->post['zxinfoNo'] !=="" ? trim($this->post['zxinfoNo']) :"";
|
|
|
- if($zxinfoNo=="" &&$order_type!==1){
|
|
|
- return error_show(1002,"参数 zxinfoNo 不能为空");
|
|
|
- }
|
|
|
+// $zxinfoNo= isset($this->post['zxinfoNo'])&& $this->post['zxinfoNo'] !=="" ? trim($this->post['zxinfoNo']) :"";
|
|
|
+// if($zxinfoNo=="" &&$order_type!==1){
|
|
|
+// return error_show(1002,"参数 zxinfoNo 不能为空");
|
|
|
+// }
|
|
|
$platform_order =isset($this->post['platform_order']) && $this->post['platform_order'] !=="" ?trim($this->post['platform_order']):"";
|
|
|
if($platform_order==''){
|
|
|
return error_show(1004,"参数platform_order不能为空");
|
|
@@ -145,7 +145,7 @@ class Sale extends BaseController
|
|
|
"send_type"=>$sendtype,
|
|
|
"supplierNo"=>$supplierNo,
|
|
|
"is_del"=>0,
|
|
|
- "zxNo"=>$zxinfoNo,
|
|
|
+ "zxNo"=>"",
|
|
|
"platform_order"=>$platform_order,
|
|
|
"platform_id"=>$platform_id,
|
|
|
"remark"=>$remark,
|