diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index ff743940e..4c9aea98b 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -472,6 +472,12 @@ and t1.address like concat('%', #{dto.address}, '%') + + and t1.id in + + #{stationId,jdbcType=VARCHAR} + +