“djh”
2025-03-17 47d330d27fb88e85a40e64e5423f73b0b29c088e
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -66,6 +66,9 @@
      <if test="userName != null and userName != ''">
         AND u.user_name like concat('%', #{userName}, '%')
      </if>
        <if test="nickName != null and nickName != ''">
           and u.nick_name like concat('%',#{nickName},'%')
        </if>
      <if test="status != null and status != ''">
         AND u.status = #{status}
      </if>