zhaowenxuan
2025-05-13 2b2763c83e352f8ffd2ac0b5c46b60c49ee78439
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>