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}, '%')