diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml
index 25698d79e..27172f9d2 100644
--- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml
+++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml
@@ -384,6 +384,9 @@
and t1.barrier_flag = #{stationDTO.barrierFlag,jdbcType=VARCHAR}
+
+ and t1.station_tel = #{stationDTO.stationTel,jdbcType=VARCHAR}
+
and t1.parking_lock_flag = #{stationDTO.parkingLockFlag,jdbcType=VARCHAR}