From 0798a6872274ed0e671b3cf9daf97f343955117c Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Wed, 12 Nov 2025 11:33:13 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9ABUG=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/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 58d07844e..9cb220424 100644 --- a/xkt/src/main/resources/mapper/StoreProductColorMapper.xml +++ b/xkt/src/main/resources/mapper/StoreProductColorMapper.xml @@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" sf.file_url AS mainPicUrl, sp.private_item, spca.shaft_material, - spca.shoe_upper_lining_material + spc.shoe_upper_lining_material FROM store_product_color spc JOIN store_product sp ON spc.store_prod_id = sp.id