From 45cfc30e0cd19ca19073499f17c431bbf5ca2d49 Mon Sep 17 00:00:00 2001 From: "shuo.wang" Date: Wed, 6 Aug 2025 10:10:39 +0800 Subject: [PATCH] fix --- .../src/main/resources/mapper/ShopInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 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 4dc2769da..230018d36 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml @@ -473,7 +473,7 @@ where a.id = #{shopId} - select id from xfsg_shop_info where deleted = 0 and line_id = #{lineId} and shop_code is not null