فهرست منبع

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