From 876b00b9ad9a748a8051ec1186f716ebef7efbd0 Mon Sep 17 00:00:00 2001 From: suzhuhong Date: Sun, 4 Jan 2026 18:15:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=86=85=E5=8B=A4=E8=83=BD?= =?UTF-8?q?=E7=9C=8B=E5=88=B0=20=E6=8B=9B=E5=95=86=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8E=E8=BF=90=E8=90=A5=E5=8C=BA=E5=9F=9F=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/ShopStageInfoMapper.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml index afa2a2e80..dad4d2ee8 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/ShopStageInfoMapper.xml @@ -339,10 +339,16 @@ and si.investment_manager = #{investmentUserId} - and si.region_id in + and ( + si.region_id in #{regionId} + or si.invest_region_id in + + #{regionId} + + )