From 5ad8b83374f1266f375d9db58cebb24beef2d73b Mon Sep 17 00:00:00 2001 From: lijw Date: Fri, 14 Mar 2025 18:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=BA=E8=81=94=E8=B0=83=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/task/PatrolResultMapper.xml | 2 +- .../src/main/resources/mapper/task/ResultAnalysisMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml b/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml index c9d41b1..5164efb 100644 --- a/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml +++ b/inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolResultMapper.xml @@ -357,7 +357,7 @@ from basedata_patrolpoint a left join basedata_alg_subtype b on a.alg_subtype_ids = b.alg_subtype_id left join basedata_alg c on b.alg_id = c.alg_id - where a.patrol_point_id = #{lineId} OR a.patrol_point_code LIKE concat('%',#{lineId}) + where a.patrol_point_code LIKE concat('%',#{lineId}) select * from basedata_patrolpoint - where patrol_point_id = #{deviceId} OR patrol_point_code LIKE concat('%',#{lineId}) + where patrol_point_code LIKE concat('%',#{lineId})