ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -171,7 +171,7 @@ <if test="status !=null and status !=''"> and su.status = #{status} </if> and su.del_flag = '0' and su.user_type in('00') and su.del_flag = '0' and su.user_type in('00','01') order by su.create_time desc </select> <select id="getAllList" resultType="com.ruoyi.system.api.domain.SysUser">