From 46d3bfbfdd5b11ef901d9a31c024a3523e40a684 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 28 May 2022 12:36:30 +0800
Subject: [PATCH] Merge branch 'mall-amz' of http://120.27.238.55:7000/r/xc-mall into mall-amz

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

diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml
index ac3fde8..3b68816 100644
--- a/src/main/resources/mapper/modules/MallGoodsMapper.xml
+++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -129,6 +129,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