add:bugfix
This commit is contained in:
parent
d584015cf0
commit
ab1a09cae0
@ -163,6 +163,8 @@ class CompanyLogic extends BaseLogic
|
|||||||
|
|
||||||
$res = app(JunziqianController::class)->organizationFaceCreate($organizationFaceCreateData);
|
$res = app(JunziqianController::class)->organizationFaceCreate($organizationFaceCreateData);
|
||||||
if ($res->success == true && !empty($res->data)) {
|
if ($res->success == true && !empty($res->data)) {
|
||||||
|
// 保存人脸识别地址 todo 新增字段的DDL
|
||||||
|
Company::where('id',$data['id'])->update(['face_create_url'=>$res->data]);
|
||||||
// 发送短信给法人
|
// 发送短信给法人
|
||||||
$sms = [
|
$sms = [
|
||||||
'mobile' => $data['master_phone'],
|
'mobile' => $data['master_phone'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user