Merge branch 'test-training2' of https://git.code.tencent.com/lian-cbtc/rtss-server into test-training2-xzb1
This commit is contained in:
commit
a20441b1ec
@ -34,7 +34,7 @@ public class CascoControlService {
|
|||||||
//说明没有行车计划需要立刻返回
|
//说明没有行车计划需要立刻返回
|
||||||
return Collections.emptyList();
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
if(Objects.equals(false,StringUtils.isEmpty(cc.getErrorList()))){
|
if(Objects.equals(false,CollectionUtils.isEmpty(cc.getErrorList()))){
|
||||||
return cc.getErrorList();
|
return cc.getErrorList();
|
||||||
}
|
}
|
||||||
this.checkRegularTrainLine(checkData,cc.getErrorList());
|
this.checkRegularTrainLine(checkData,cc.getErrorList());
|
||||||
|
Loading…
Reference in New Issue
Block a user