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("资格证书不能为空"); }