Browse Source

修改查询专家状态

ZC 2 weeks ago
parent
commit
55b52876de

+ 1 - 1
ruoyi-modules/hh-basic/src/main/resources/mapper/BsExpertMapper.xml

@@ -93,7 +93,7 @@
             <if test="jName != null  and jName != ''">and a.j_name like concat('%', #{jName}, '%')</if>
             <if test="jShState != null ">and a.j_sh_state = #{jShState}</if>
             <if test = "userId != null">and a.user_id = #{userId}</if>
-            and j_sex is not null and j_sh_state = 2
+            and j_sex is not null and j_sh_state = 3
         </where>
     </select>