From 69341f930d25a4d40fc4f50907b0ada53bf500a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Mon, 18 Nov 2024 16:47:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4pro.is=5Fcombo?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TbProductMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/TbProductMapper.xml b/src/main/resources/mapper/TbProductMapper.xml index 41c3f1a..57f74ee 100644 --- a/src/main/resources/mapper/TbProductMapper.xml +++ b/src/main/resources/mapper/TbProductMapper.xml @@ -184,7 +184,7 @@ LEFT JOIN tb_shop_info AS info ON info.id = pro.shop_id info.`status`='1' - AND pro.is_combo = '1' +# AND pro.is_combo = '1' AND pro.type_enum = 'group' AND (info.cities = #{cities} or info.districts = #{cities}) @@ -233,7 +233,7 @@ LEFT JOIN tb_shop_info AS info ON info.id = `order`.shop_id info.`status`='1' - AND pro.is_combo = '1' +# AND pro.is_combo = '1' AND pro.type_enum = 'group' AND (info.cities = #{cities} or info.districts = #{cities})