Prechádzať zdrojové kódy

物联总览bug修改

jingyuanchao 1 rok pred
rodič
commit
44e75df559

+ 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