patch
This commit is contained in:
parent
e4cffb8455
commit
9ecbaf6339
@ -41,7 +41,6 @@ class VehicleController extends BaseApiController
|
||||
if($checkNum['code'] == 0){
|
||||
return $this->fail($checkNum['msg']);
|
||||
}
|
||||
dump($checkNum);die;
|
||||
//查找乙方公司信息
|
||||
$party_b = Company::field('id,company_name,organization_code,master_name,master_phone,master_email,company_type')->where('id',$this->userInfo['company_id'])->find();
|
||||
if(empty($party_b)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user