Administrator
2021-07-21 52863b0eadf90118abc7c7e12db5c0455a250438
增加轨迹排序
1 files modified
1 ■■■■ changed files
src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml 1 ●●●● patch | view | raw | blame | history
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 &lt;= #{liveLocation.endTime}
        </if>
        order by sl.record_time desc
    </select>
</mapper>