From 0aa4a82b48cf5baf6a4bbee0af08692dc5d90be1 Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Wed, 5 Aug 2026 11:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Ucenter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Ucenter.php b/application/api/controller/Ucenter.php index 638ce7d2..0da3691e 100644 --- a/application/api/controller/Ucenter.php +++ b/application/api/controller/Ucenter.php @@ -258,7 +258,7 @@ class Ucenter extends Base{ } $user_info=$this->user_obj->join("t_user_reviewer_info","t_user_reviewer_info.reviewer_id = t_user.user_id",'left')->where('t_user.user_id',$data['user_id'])->find(); $cv = $this->user_cv_obj->where('user_id',$data['user_id'])->where('state',0)->find(); - if($user_info['realname']==''||$user_info['company']==''||$user_info['technical']==''||$user_info['major']==0||$user_info['field']==''||!$cv){ + if($user_info['realname']==''||$user_info['company']==''||$user_info['technical']==''||$user_info['field']==''||!$cv){ $str = ''; switch($data['type']){ case 1: