Commit 45b2067583660c1b88f7b30138eb821a5c33ad34

Authored by 王通
1 parent cabac947

1.时刻表上传,预设区间被过滤

src/main/java/com/bsth/service/impl/TrafficManageServiceImpl.java
... ... @@ -1064,7 +1064,7 @@ public class TrafficManageServiceImpl implements TrafficManageService{
1064 1064 continue;
1065 1065 }
1066 1066 // 不是正常班次,不传到运管处
1067   - if(!bcType.equals("normal")){
  1067 + if(!bcType.equals("normal") && ttInfoDetail.getLineRegion() == null){
1068 1068 continue;
1069 1069 }
1070 1070 // 如果发车时间格式错误,忽略此条
... ...