From 7703aa5669a2c42b0d98af84d136b9b1bae1878d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 28 Sep 2021 15:07:59 +0800
Subject: [PATCH] 20210927

---
 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 334f799..b2e07cd 100644
--- a/src/main/resources/mapper/modules/MallGoodsMapper.xml
+++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -130,6 +130,7 @@
                 </if>
             </if>
         </where>
+        group by a.id
         order by a.created_time desc
     </select>
 

--
Gitblit v1.9.1