修改仿真不加载运行图bug
This commit is contained in:
parent
ddfa763746
commit
5a197b5e90
@ -408,9 +408,7 @@ public class MetroSimulationWorkServiceImpl implements SimulationWorkService {
|
||||
SimulationWorkParamVO.Item item = entry.getKey();
|
||||
switch (item) {
|
||||
case DEFAULT_MEMBER:
|
||||
break;
|
||||
case LPF:
|
||||
break;
|
||||
case REAL_DEVICE:
|
||||
//优先使用用户的运行图
|
||||
loadPlan = iLoadPlanService.findUserLoadPlan(userId, mapId, runPlanDate);
|
||||
@ -419,8 +417,8 @@ public class MetroSimulationWorkServiceImpl implements SimulationWorkService {
|
||||
}
|
||||
break;
|
||||
case TRAINING:
|
||||
break;
|
||||
case EXAM:
|
||||
//实训考试先不加载运行图
|
||||
break;
|
||||
default:
|
||||
throw new IllegalStateException("Unexpected value: " + item);
|
||||
|
Loading…
Reference in New Issue
Block a user