@@ -74,7 +74,7 @@ public class LiftDataService {
if (liftDataModel.getConnectTime() != null) {
return liftDataModel.getConnectTime().isBefore(liftDataRequest.getStartTimeDate());
}
- return false;
+ return true;
}).collect(Collectors.toList());
//时间段之前的电梯台数,去掉丢失的电梯
long beforeLiftTotalNum = 0L;