From 328add9a80c8588ff22f1836d7aa3f4824374181 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 22 Jul 2021 12:01:46 +0800
Subject: [PATCH] 1.派遣记录接口修改 2.培训报名查询接口修改 3.指令新增,修改,删除接口修改
---
src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml b/src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml
index 180ca43..af7a13f 100644
--- a/src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml
+++ b/src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml
@@ -58,6 +58,7 @@
<if test="liveLocation.endTime!=null and liveLocation.endTime!=''">
and sl.record_time <= #{liveLocation.endTime}
</if>
+ order by sl.record_time desc
</select>
</mapper>
--
Gitblit v1.9.3