liusheng
2025-09-26 f891a163ab3ada61eb9c2c4cd59fed44ba955ae9
新增Orgid
已修改1个文件
3 ■■■■■ 文件已修改
smartor/src/main/resources/mapper/smartor/SysUserMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
smartor/src/main/resources/mapper/smartor/SysUserMapper.xml
@@ -127,6 +127,9 @@
        <if test="userName != null and userName != ''">
            AND u.user_name = #{userName}
        </if>
          <if test="userName != null and userName != ''">
            AND u.orgid = #{orgid}
        </if>
        <if test="nickName != null and nickName != ''">
            AND u.nick_name like concat('%', #{nickName}, '%')
        </if>