rentaiming
2024-07-24 98ef8736f9a47299d9ba70ceabc1ed0c4ba249db
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">