Merge pull request 'patch' (#17) from zhangwei into dev

Reviewed-on: #17
This commit is contained in:
weiz 2023-09-07 10:44:43 +08:00
commit d8c32c0467

View File

@ -41,7 +41,6 @@ class VehicleController extends BaseApiController
if($checkNum['code'] == 0){ if($checkNum['code'] == 0){
return $this->fail($checkNum['msg']); 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(); $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)) { if(empty($party_b)) {