From 999f3781c03c643003cb9008587a2038eaff55d9 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 22 Feb 2023 10:39:05 +0800 Subject: [PATCH] εεζεΊ --- src/main/resources/mapper/modules/MallGoodsMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml index a9d26b9..b5bf405 100644 --- a/src/main/resources/mapper/modules/MallGoodsMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml @@ -115,7 +115,7 @@ </if> </where> group by a.id - order by a.id desc + order by a.order_number ASC ) a <if test="record.sortType != null"> <if test="record.sortType == 1"> @@ -348,7 +348,7 @@ </if> </where> group by a.id - order by a.id desc + order by a.order_number ASC ) a <if test="record.sortType != null"> <if test="record.sortType == 1"> -- Gitblit v1.9.1