From 2d3459c67bfb4f60d7528c83de70b6a31206284f Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 23 Nov 2023 11:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=AC=E5=9F=8E=E6=B3=8A=E8=BD=A6=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=B7=BB=E5=8A=A0=E6=9F=A5=E8=AF=A2=E5=85=85=E7=94=B5?= =?UTF-8?q?=E7=AB=99=E9=99=90=E5=88=B6=E6=9D=A1=E4=BB=B6=20=20=E7=8E=B0?= =?UTF-8?q?=E5=8F=AA=E5=8F=AF=E6=9F=A5=E5=88=B0=E9=80=89=E6=8B=A9=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E8=AF=A5=E5=B9=B3=E5=8F=B0=E7=9A=84=E7=AB=99=E7=82=B9?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/pile/PileStationInfoMapper.xml | 6 +++++ .../service/impl/LianLianServiceImpl.java | 7 +++--- .../service/impl/YCBCServiceImpl.java | 23 +++++++++++++++---- 3 files changed, 28 insertions(+), 8 deletions(-) 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} + +