From de1dad7967e68adfa6db7b15e1da8b21069ef0e5 Mon Sep 17 00:00:00 2001 From: lq Date: Thu, 12 Dec 2024 16:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E9=81=97=E7=95=99=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=97=AE=E9=A2=98=EF=BC=8C=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E9=AA=8C=E8=AF=81=E6=9A=82=E6=97=B6=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/modules/v1/controllers/CompleteController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/modules/v1/controllers/CompleteController.php b/service/modules/v1/controllers/CompleteController.php index bd51d5b..2ad584e 100644 --- a/service/modules/v1/controllers/CompleteController.php +++ b/service/modules/v1/controllers/CompleteController.php @@ -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("资格证书不能为空"); }