From 2d6d2693c11d570961bbeac857f5a8aaec5d88f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=B9=E7=BA=A2?= Date: Mon, 17 Nov 2025 10:43:47 +0800 Subject: [PATCH] feat:is_delete --- .../src/main/resources/mapper/ShopInfoMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml index f8673e868..969501cb2 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml @@ -280,7 +280,9 @@ left join store_${enterpriseId} b on a.shop_code = b.store_num where a.shop_code is not null and a.shop_code !='' - and b.store_id is not null and a.id in + and b.store_id is not null + and b.is_delete = 'effective' + and a.id in #{shopId}