@@ -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