From ad04c582fbda7f095866d37993143880b57af7a4 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 27 Sep 2021 17:36:36 +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