Lius
2025-05-29 1a22f9f330ef0a51cd2a838932c1499346365dae
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysUserMapper.xml
@@ -215,7 +215,7 @@
            LEFT JOIN sys_user_role t2 ON t1.id = t2.user_id
            LEFT JOIN sys_role t3 ON t2.role_id = t3.id
      WHERE
         t3.role_code = #{roleCode} AND equipment_ids LIKE concat(concat('%',#{equipmentId}),'%')
         t3.role_code = #{roleCode} AND t1.equipment_ids LIKE concat(concat('%',#{equipmentId}),'%')
   </select>
    <select id="getUserByRoleCodeList" resultType="org.jeecg.modules.system.entity.SysUser">
      SELECT