소스 검색

物联总览bug修改

jingyuanchao 1 년 전
부모
커밋
44e75df559
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      soc-modules/soc-modules-iot/src/main/resources/mapper/IotBoardMapper.xml

+ 1 - 1
soc-modules/soc-modules-iot/src/main/resources/mapper/IotBoardMapper.xml

@@ -142,7 +142,7 @@
         from mediator_video_days_check c
                  inner join sys_org o on o.id = c.org_id
         where o.deleted = 0
-          and update_time >= #{startTime}
+          and c.update_time >= #{startTime}
           and org_path like concat(#{orgPath}, '%')
         group by c.plan_days
         order by c.plan_days