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} + + )