智慧保安后台管理项目备份
Administrator
2021-07-21 aaae94e30d03dd3ed601e46721beb7e2e97581a8
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>