From f5a65b910593501169b0e2db04a9b9c6fe790698 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期六, 26 八月 2023 13:28:55 +0800
Subject: [PATCH] 角色管理

---
 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 3529109..398bc0d 100644
--- a/standard-server/src/main/resources/mapper/ProductMapper.xml
+++ b/standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -37,6 +37,7 @@
         from lims_laboratory.product
         where state = 1
           and specifications_id = #{specificationsId}
+        ORDER BY product.`create_time` DESC
           and version = #{version}
     </select>
 

--
Gitblit v1.9.3