Browse Source

fix:样本上送代码

master
wangguangyuan 6 months ago
parent
commit
8d165abf02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/resources/mapper/PatrolResultMapper.xml

+ 1
- 1
src/main/resources/mapper/PatrolResultMapper.xml View File

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

Loading…
Cancel
Save