|
@@ -1386,10 +1386,10 @@ class Goodup extends BaseController
|
|
|
if($good_size==''){
|
|
|
return error_show(1004,"参数good_size不能为空");
|
|
|
}
|
|
|
- $company_id = isset($this->post['company_id'])&&$this->post['company_id']!=""? trim($this->post['company_id'])
|
|
|
+ $company_id = isset($this->post['companyNo'])&&$this->post['companyNo']!=""? trim($this->post['companyNo'])
|
|
|
:"";
|
|
|
if($company_id==''){
|
|
|
- return error_show(1004,"参数company_id不能为空");
|
|
|
+ return error_show(1004,"参数companyNo不能为空");
|
|
|
}
|
|
|
$is_auth = isset($this->post['is_auth'])&&$this->post['is_auth']!==""? intval($this->post['is_auth']):"";
|
|
|
if($is_auth===''){
|