|
|
|
@ -130,9 +130,7 @@ class VisitController extends CommonController
|
|
|
|
'value' => $accpetDepartment->name ?? ''
|
|
|
|
'value' => $accpetDepartment->name ?? ''
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|
|
|
|
];
|
|
|
|
Log::info($templateData);
|
|
|
|
|
|
|
|
$res = Visit::subMsg('DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg', $this->getUser()->openid, $templateData);
|
|
|
|
$res = Visit::subMsg('DmzNRREPFdZrMWconNDdbj_ebtVPRWufq27kRQ25eNg', $this->getUser()->openid, $templateData);
|
|
|
|
Log::info($res);
|
|
|
|
|
|
|
|
DB::commit();
|
|
|
|
DB::commit();
|
|
|
|
return $this->success('更新成功');
|
|
|
|
return $this->success('更新成功');
|
|
|
|
} catch (\Exception $exception) {
|
|
|
|
} catch (\Exception $exception) {
|
|
|
|
|