From 09b9a07b21c7266c242a9e131df6a20cded0d9fa Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Tue, 2 Dec 2025 19:58:50 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9APC=E5=88=86=E7=B1=BB=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xkt/src/main/resources/mapper/StoreProductMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xkt/src/main/resources/mapper/StoreProductMapper.xml b/xkt/src/main/resources/mapper/StoreProductMapper.xml index fda0198c1..1e7d29db0 100644 --- a/xkt/src/main/resources/mapper/StoreProductMapper.xml +++ b/xkt/src/main/resources/mapper/StoreProductMapper.xml @@ -264,6 +264,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" sp.del_flag = 0 AND sp.private_item = 0 AND sp.store_id = #{storeId} + + AND sp.prod_status IN + + #{status} + + GROUP BY sp.prod_status, sp.prod_cate_id,