From f0ce2a13932d27dda3c8c895e78f891daade81f9 Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 18 Oct 2024 15:06:26 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=20=E7=AB=99=E7=82=B9=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E6=9F=A5=E8=AF=A2=E8=AE=A2=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=AF=E7=9C=8B=E5=88=B0=E5=B9=B3=E5=8F=B0=E6=89=80?= =?UTF-8?q?=E6=9C=89=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/OrderBasicInfoMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml index 23950ed16..209ee3b33 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -1799,6 +1799,12 @@ and t1.merchant_id = #{merchantId,jdbcType=VARCHAR} + + and t1.station_id in + + #{stationId} + + and t3.dept_id in