From 8d165abf022f814f60e5b022193a4df7823a4a98 Mon Sep 17 00:00:00 2001 From: wangguangyuan Date: Tue, 10 Jun 2025 15:09:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A0=B7=E6=9C=AC=E4=B8=8A=E9=80=81?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/PatrolResultMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/PatrolResultMapper.xml b/src/main/resources/mapper/PatrolResultMapper.xml index 6b7297e..c8e6939 100644 --- a/src/main/resources/mapper/PatrolResultMapper.xml +++ b/src/main/resources/mapper/PatrolResultMapper.xml @@ -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