From 9e39021f891484b6accb2abc77d34c87bd65681a Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期六, 26 八月 2023 13:27:23 +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