陈昶聿
5 天以前 ac5fbb8a55924c8b3d221a1d1d393a9c75f17878
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -196,6 +196,9 @@
        <if test="userId != null">
            AND u.user_id = #{userId}
        </if>
        <if test="userCode != null">
            AND u.user_code = #{userCode}
        </if>
        <if test="userName != null and userName != ''">
            AND u.user_name like concat('%', #{userName}, '%')
        </if>