陈昶聿
3 天以前 cd373a1f9b2de04804b7869eb33abedcf3566363
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>