|
@@ -188,9 +188,9 @@ class Customer extends BaseController
|
|
|
return error_show(1004,"参数 invoice_code 不能为空");
|
|
|
}
|
|
|
$people = isset($this->post['invoice_people'])&&$this->post['invoice_people']!=''?trim($this->post['invoice_people']):"";
|
|
|
- if($people==''){
|
|
|
- return error_show(1004,"参数 invoice_people 不能为空");
|
|
|
- }
|
|
|
+// if($people==''){
|
|
|
+// return error_show(1004,"参数 invoice_people 不能为空");
|
|
|
+// }
|
|
|
$invoice_addr = isset($this->post['invoice_addr'])&&$this->post['invoice_addr']!=''?trim($this->post['invoice_addr']):"";
|
|
|
if($invoice_addr==''){
|
|
|
return error_show(1004,"参数 invoice_addr 不能为空");
|