From b3b3987e17a80b4fe6bc29f3835429058eb2e0fc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 21 Mar 2023 10:26:59 +0800
Subject: [PATCH] 后台修改

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

diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml
index 013cf8f..6c70925 100644
--- a/src/main/resources/mapper/modules/MallGoodsMapper.xml
+++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -74,8 +74,6 @@
                 a.present_price,
                 a.score,
                 a.is_hot,
-                a.score_percent,
-                a.sort_cnt,
                 min(b.present_price) price,
                 sum(b.sku_volume) saleVolume
             from mall_goods a

--
Gitblit v1.9.1