Commit ed4d8650 authored by duanruiming's avatar duanruiming

[add] 运行模式只展示信控路口无控制状态

parent 47161eed
......@@ -649,7 +649,7 @@ public class SituationDetectionServiceImpl implements SituationDetectionService
BeanListUtils.populateList(specialServiceList, signalOperationModeVOS, SignalOperationModeVO.class);
}
} else {
BeanListUtils.populateList(tCrossControlHists, signalOperationModeVOS, SignalOperationModeVO.class);
BeanListUtils.populateList(filter, signalOperationModeVOS, SignalOperationModeVO.class);
}
for (SignalOperationModeVO signalOperationModeVO : signalOperationModeVOS) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment