From 6f9bcb7f2d1b99cb2b1b525d2871155cbc6e9531 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 22 Oct 2025 15:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/MkLimitTimeDiscountMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-service/market-service/src/main/resources/mapper/MkLimitTimeDiscountMapper.xml b/cash-service/market-service/src/main/resources/mapper/MkLimitTimeDiscountMapper.xml index 592f64698..ba3ea07a7 100644 --- a/cash-service/market-service/src/main/resources/mapper/MkLimitTimeDiscountMapper.xml +++ b/cash-service/market-service/src/main/resources/mapper/MkLimitTimeDiscountMapper.xml @@ -11,7 +11,7 @@ AND ( (use_shop_type = 'all') OR (use_shop_type = 'only' AND #{shopId} = shop_id) - OR (use_shop_type = 'custom' AND (shop_id = #{shopId} OR ( FIND_IN_SET( #{shopId}, use_shops ) > 0 )))) + OR (use_shop_type = 'custom' AND (shop_id = #{shopId} OR FIND_IN_SET(#{shopId}, use_shops) > 0)) ) AND is_del = 0 AND status = 2