Commit 84bfef55dac447484723a0fd7e7c0a33de7567b6

Authored by 娄高锋
1 parent 30dafe7f

线路公里、能耗与统计指标接口中烂班班次统计错误的问题修复。

src/main/java/com/bsth/server_rs/bigdata/BigscreenService.java
... ... @@ -4063,10 +4063,10 @@ public class BigscreenService {
4063 4063 if (!BigscreenService.isInOut(s) && s.isSflj()){
4064 4064 ++ljbc;
4065 4065 }
4066   - if (!BigscreenService.isInOut(s) && !s.isCcService() && s.getStatus() == -1) {
4067   - ++lbbc;
4068   - }
4069 4066 }
  4067 + if (!BigscreenService.isInOut(s) && !s.isCcService() && s.getStatus() == -1) {
  4068 + ++lbbc;
  4069 + }
4070 4070 if(fage){
4071 4071 if(s.getStatus() == -1 && newDatetime > jhZdsjTime){
4072 4072 listSche.add(s);
... ...