From 45f17367d888a841feeac9f8166f2e598a622664 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Wed, 27 Aug 2025 11:13:28 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E7=B3=BB=E7=BB=9FBUG=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xkt/src/main/resources/mapper/StoreProductColorPriceMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkt/src/main/resources/mapper/StoreProductColorPriceMapper.xml b/xkt/src/main/resources/mapper/StoreProductColorPriceMapper.xml index 035701064..b9ad6afff 100644 --- a/xkt/src/main/resources/mapper/StoreProductColorPriceMapper.xml +++ b/xkt/src/main/resources/mapper/StoreProductColorPriceMapper.xml @@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" JOIN store_product sp ON spc.store_prod_id = sp.id JOIN store_product_color_price spcp ON spc.store_prod_id = spcp.store_prod_id AND spc.store_color_id = spcp.store_color_id WHERE - AND spc.prod_status IN ( 2, 3 ) + spc.prod_status IN ( 2, 3 ) AND spc.store_prod_id = #{storeProdId} AND spc.store_id = #{storeId}