From fffe2a47bc6e678aa800fcaeeced7f02867c8496 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 2 Apr 2025 16:31:28 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=90=8E=E7=AE=A1=E7=AB=99?= =?UTF-8?q?=E7=82=B9=E5=88=97=E8=A1=A8=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=AB=99=E7=82=B9=E7=94=B5=E8=AF=9D=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/PileStationInfoMapper.xml | 3 +++ 1 file changed, 3 insertions(+) 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}