From 37ed6290547acbdbed975c1c9073e260f59f779d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 02 Jun 2022 14:25:56 +0800 Subject: [PATCH] 20220528 --- src/main/resources/mapper/modules/MallGoodsMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml index ac3fde8..e332809 100644 --- a/src/main/resources/mapper/modules/MallGoodsMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml @@ -18,6 +18,8 @@ <result property="stock" column="stock" /> <result property="score" column="score" /> <result property="goodsType" column="goods_type" /> + <result property="hasCarriage" column="has_carriage" /> + <result property="carriage" column="carriage" /> <collection property="styles" ofType="cc.mrbird.febs.mall.entity.MallGoodsStyle"> <id property="id" column="style_id" /> <result property="name" column="style_name" /> @@ -129,6 +131,7 @@ a.present_price, a.is_hot, a.score, + a.is_normal, b.name categaryName, IFNULL(sum(c.sku_volume), a.volume) skuVolume, IFNULL(sum(c.stock), a.stock) stock -- Gitblit v1.9.1