‘liusuyi’
2023-07-04 fbdd09cee9f631a315dc654f587700f7bb466ea2
修改用户查询userId格式错误
已修改1个文件
2 ■■■ 文件已修改
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -90,7 +90,7 @@
        u
        left join sys_dept d on u.dept_id = d.dept_id
        where u.del_flag = '0'
        <if test="userId != null and userId != 0">
        <if test="userId != null and userId != ''">
            AND u.user_id = #{userId}
        </if>
        <if test="userName != null and userName != ''">