From b5fb4434a741a4dbfaf3f090c15950886a5d6bca Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期二, 07 三月 2023 14:04:31 +0800
Subject: [PATCH] 修改烟气服务oss配置
---
ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
index b1e586b..7eb3d1d 100644
--- a/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -169,6 +169,7 @@
and t1.create_time between #{startTime} and #{endTime}
</if>
</where>
+ order by t1.alarm_time desc
</select>
<select id="selectViolationPage" resultType="com.ycl.vo.casePool.QueryForViolationVO"
--
Gitblit v1.8.0