历史遗留的代码问题,身份证验证暂时关闭

This commit is contained in:
2024-12-12 16:49:13 +08:00
parent 342454961e
commit de1dad7967

View File

@@ -312,8 +312,8 @@ class CompleteController extends BaseServiceController
// ['title', 'required', 'message' => '职称证书不能为空'],
]);
$qualification = json_decode($post['qualification'], true);
$practicing = json_decode($post['practicing'], true);
$title = json_decode($post['title'], true);
// $practicing = json_decode($post['practicing'], true);
// $title = json_decode($post['title'], true);
if (empty($qualification)) {
throw new Exception("资格证书不能为空");
}