소스 검색

运行记录1229-运行记录定时任务瑞恒小队过滤

yuanchao 1 일 전
부모
커밋
c7227c8e89
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      yudao-module-pms/yudao-module-pms-biz/src/main/resources/mapper/static/IotOpeationFillMapper.xml

+ 1 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/resources/mapper/static/IotOpeationFillMapper.xml

@@ -661,6 +661,7 @@
         on
         b.dept_id = c.id
         where b.id is not null
+        and c.type = '3'
         <if test="deviceIds != null and !deviceIds.isEmpty()">
             and c.id  in
             <foreach collection="deviceIds" item="id" open="(" separator="," close=")">