修改仿真不加载运行图bug

This commit is contained in:
joylink_zhangsai 2022-10-31 15:54:42 +08:00
parent ddfa763746
commit 5a197b5e90

View File

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