| src/main/java/org/springblade/modules/location/mapper/LiveLocationMapper.xml | ●●●●● 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 <= #{liveLocation.endTime} </if> order by sl.record_time desc </select> </mapper>