写错了

This commit is contained in:
2025-07-13 15:44:41 +08:00
parent 0dbaf5eaba
commit 5bac59653b

View File

@@ -59,7 +59,7 @@
select s.scenic_id, s.device_id
from member_source ms
left join source s on ms.source_id = s.id
where ms.type = 1
where ms.type = 2
and s.create_time >= #{start}
and s.create_time <= #{end}
group by s.scenic_id, s.device_id, ms.face_id