From ec223bbf1ed1ebbbe193b74c5f4c7d8246156e2c Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sun, 28 Feb 2021 18:53:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/youlai/mall/pms/mapper/PmsCategorySpecMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/mapper/PmsCategorySpecMapper.java b/mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/mapper/PmsCategorySpecMapper.java index e1000fd80..a977b71e9 100644 --- a/mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/mapper/PmsCategorySpecMapper.java +++ b/mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/mapper/PmsCategorySpecMapper.java @@ -13,7 +13,7 @@ public interface PmsCategorySpecMapper extends BaseMapper { " SELECT " + " t1.id,t1.category_id,t1.name,t2.id AS spuId " + " FROM " + - " pms_spec t1 " + + " pms_category_spec t1 " + " LEFT JOIN pms_spu t2 ON t1.category_id = t2.category_id " + " WHERE " + " t2.id =#{spuId} " +