Administrator
2021-07-22 6904034ec8cfeeed418a35d98d3046cde2b99446
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>