From a603879f456a3c0695310bbb72f38b4231d308a4 Mon Sep 17 00:00:00 2001 From: "YAS\\29473" <2947326429@qq.com> Date: Mon, 8 Dec 2025 11:36:05 +0800 Subject: [PATCH] update --- .../src/main/resources/mapper/pile/PileStationInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index 4d2e7ac5f..c7acf4fdc 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -598,6 +598,7 @@ join thirdparty_station_relation t3 on t3.station_id = t1.id AND t1.del_flag = '0' and t1.public_flag = '1' + and t3.del_flag = '0' and t1.address like concat('%', #{dto.address}, '%')