From 4d6e8cc8d1f41b2b433b8368102fb5387dcd6a3b Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 28 八月 2023 11:53:38 +0800 Subject: [PATCH] 改动1.0 8-28 --- standard-server/src/main/resources/mapper/ProductMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/standard-server/src/main/resources/mapper/ProductMapper.xml b/standard-server/src/main/resources/mapper/ProductMapper.xml index 7c63626..b2fefbc 100644 --- a/standard-server/src/main/resources/mapper/ProductMapper.xml +++ b/standard-server/src/main/resources/mapper/ProductMapper.xml @@ -38,6 +38,7 @@ where state = 1 and specifications_id = #{specificationsId} and version = #{version} + ORDER BY product.`create_time` DESC </select> <select id="deleteList"> -- Gitblit v1.9.3