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}