From 59fcf7eff10a1b823702d3cdfd7ed1127afcde50 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Tue, 25 Nov 2025 23:42:14 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9APC=E5=95=86=E5=9F=8E=E6=A1=A3?= =?UTF-8?q?=E5=8F=A3=E5=9C=A8=E5=94=AE=E5=95=86=E5=93=81=E6=95=B0=E9=87=8F?= =?UTF-8?q?BUG=E4=BF=AE=E5=A4=8D=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/xkt/src/main/resources/mapper/StoreProductMapper.xml b/xkt/src/main/resources/mapper/StoreProductMapper.xml index 961ddb71b..5937dafdb 100644 --- a/xkt/src/main/resources/mapper/StoreProductMapper.xml +++ b/xkt/src/main/resources/mapper/StoreProductMapper.xml @@ -244,6 +244,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" store_product sp WHERE sp.del_flag = 0 + AND sp.private_item = 0 AND sp.store_id = #{storeId}