From cb5d35ab1b7d235962f2690cb58b210ed81c4232 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 10 Feb 2023 12:43:37 +0800
Subject: [PATCH] 代理状态

---
 src/main/resources/mapper/modules/MallGoodsMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml
index fbeab66..4d6688c 100644
--- a/src/main/resources/mapper/modules/MallGoodsMapper.xml
+++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -72,6 +72,10 @@
                 a.present_price,
                 a.score,
                 a.is_hot,
+                a.carriage_type,
+                a.carriage_amount,
+                a.carriage_rule_id,
+                a.goods_weight,
                 min(b.id) skuId,
                 min(b.present_price) price,
                 sum(b.stock) stock,
@@ -289,6 +293,10 @@
         a.present_price,
         a.score,
         a.is_hot,
+        a.carriage_type,
+        a.carriage_amount,
+        a.carriage_rule_id,
+        a.goods_weight,
         min(b.id) skuId,
         min(b.present_price) price,
         sum(b.stock) stock,

--
Gitblit v1.9.1