Commit 47cd9130 authored by hanbing's avatar hanbing

[update] 信号优化,时间列表显式返回空数组

parent c5eaaa4e
......@@ -223,6 +223,9 @@ public class DiagnoServiceImpl implements DiagnoService {
// 构造调整时间列表
List<SchemeOptVO.PhaseOptTime> phaseOptTimeList = buildPhaseOptTimeList(collect, schemeId);
schemeOptVO.setPhaseOptTimeList(phaseOptTimeList);
} else {
List<SchemeOptVO.PhaseOptTime> phaseOptTimeList = new ArrayList<>();
schemeOptVO.setPhaseOptTimeList(phaseOptTimeList);
}
return schemeOptVO;
}
......
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