Przeglądaj źródła

"系统消息用户" 相关处理

wukai 2 lat temu
rodzic
commit
1bcf07bc9b

+ 1 - 1
doc-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -97,7 +97,7 @@
 
     <select id="selectUserList" parameterType="SysUser" resultMap="SysUserResult">
         <include refid="selectUserVo"/>
-        where u.del_flag = '0' and u.user_id>0
+        where u.del_flag = '0'
         <if test="userId != null and userId != 0">
             AND u.user_id = #{userId}
         </if>