lxp
2025-03-14 4b5c6891b92a186685b713627fe6701074b67435
performance-server/src/main/resources/mapper/PerformanceShiftMapper.xml
@@ -149,7 +149,7 @@
        from user u
                 left join department_lims dl
                           on FIND_IN_SET(dl.id,u.depart_lims_id)
        where dl.name in('通信产品实验室','电力产品实验室')
        where dl.name in('通信产品实验室','电力产品实验室','检测办')
          and u.status = 0
          and u.is_custom = 0
    </select>