zjh
2024-11-21 27e09a7b8549c5a84891c62b1625adbe81db04fc
ltkj-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -95,6 +95,10 @@
        <if test="nickName != null and nickName != ''">
            AND u.nick_name like concat('%', #{nickName}, '%')
        </if>
        <if test="userName != null and userName != ''">
            AND u.user_name like concat('%', #{userName}, '%')
        </if>
        <if test="status != null and status != ''">
            AND u.status = #{status}
        </if>