mitao
2024-04-17 d68c61517a3a6d4ec4d47844c21bdc143f99cbab
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -252,7 +252,7 @@
    WHERE u.del_flag = 0
      AND u.user_type = 1
  </select>
  <select id="selectCount" resultType="java.lang.Integer">
  <select id="selectCountByStatus" resultType="java.lang.Integer">
    select count(*) from sys_user
    <where>
      <if test="status != null">