From 22ec4355183047d0e989346037d4cda6b23a8936 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期六, 26 八月 2023 13:30:05 +0800
Subject: [PATCH] 开发8-26加班

---
 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