From cf315214806f029e320e5359fe44502186a0ad33 Mon Sep 17 00:00:00 2001 From: baizonghao <1719256278@qq.com> Date: 星期三, 08 三月 2023 09:48:36 +0800 Subject: [PATCH] 图片上添加上传目录 --- 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