瀏覽代碼

物联总览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