Merge branch 'test-training2' of https://git.code.tencent.com/lian-cbtc/rtss-server into test-training2-xzb1

This commit is contained in:
xzb 2022-09-05 13:06:43 +08:00
commit a20441b1ec

View File

@ -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());