This commit is contained in:
chenbo 2023-09-11 14:41:57 +08:00
parent dd4875df9c
commit 6d9096d1ee

View File

@ -210,7 +210,7 @@ class CompanyController extends BaseAdminController
// return $this->fail($faceCreateRe);
// }
//
if ($company->company_type == 30) {
if ($company['company_type'] == 30) {
// 平台公司不用初始化生成合同 合同签约暂不用人脸识别,预留人脸采集状态为已采集
Db::name('company')->where('id', $params['id'])->update([ 'is_contract'=>1,'face_create_status'=>1]);
} else {