From 0f2a9986a1e9ed65c828c154b70cc3ceedf99418 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Wed, 20 Aug 2025 12:19:34 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E5=95=86=E5=93=81=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=8A=B6=E6=80=81=E8=B0=83=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xkt/src/main/resources/mapper/StoreProductColorMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkt/src/main/resources/mapper/StoreProductColorMapper.xml b/xkt/src/main/resources/mapper/StoreProductColorMapper.xml index 2a15657e7..d6cc117c8 100644 --- a/xkt/src/main/resources/mapper/StoreProductColorMapper.xml +++ b/xkt/src/main/resources/mapper/StoreProductColorMapper.xml @@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" sp.prod_cate_id AS prodCateId, pc.`name` AS prodCateName, spcp.price, - sp.prod_status AS prodStatus, + spc.prod_status AS prodStatus, spc.create_time AS createTime, sf.file_url AS mainPicUrl, ( SELECT GROUP_CONCAT( size SEPARATOR ',' ) FROM store_product_color_size WHERE store_color_id = spc.store_color_id