From 5d17f725bb5bb51108aaba4230b5a0e5789a825d Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 10 May 2022 17:27:10 +0800
Subject: [PATCH] fix

---
 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 2b0cbce..afd7b80 100644
--- a/src/main/resources/mapper/modules/MallGoodsMapper.xml
+++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -66,6 +66,7 @@
                 a.thumb,
                 a.original_price,
                 a.present_price,
+                a.score,
                 a.is_hot,
                 min(b.present_price) price,
                 sum(b.sku_volume) saleVolume

--
Gitblit v1.9.1