|
|
|
@ -786,6 +786,6 @@ |
|
|
|
left join basedata_alg_subtype bas |
|
|
|
on bas.alg_subtype_code = ra.alg_type and find_in_set(bas.alg_subtype_id, a.alg_subtype_ids) |
|
|
|
where f.create_time between concat(#{createTimeStr}, ' 00:00:00') and concat(#{createTimeStr}, ' 23:59:59') |
|
|
|
and f.check_time is null |
|
|
|
and f.check_time is null and a.patrol_point_id is not null |
|
|
|
</select> |
|
|
|
</mapper> |