Commit f521d5f5 authored by duanruiming's avatar duanruiming

[update] 相位倒计时

parent 21707575
......@@ -187,7 +187,8 @@ public class DTSignalStatusServiceImpl implements SignalStatusService {
if (!CollectionUtils.isEmpty(phaseStageStatusPojos)) {
phaseStageStatusPojo = phaseStageStatusPojos.get(0);
}
lightsStatusVO.setCycleCountDown(phaseStageStatusPojo.getRemainTime()); // 相位剩余时长
lightsStatusVO.setCycleCountDown(phaseStageStatusPojo.getRemainTime());
lightsStatusVO.setCyclePhaseCountDown(phaseStageStatusPojo.getRemainTime());
Integer currentSchemeId = runningStatusPojo.getSchemeId();
Integer currentPhaseStageId = runningStatusPojo.getPhaseStageId();
List<SchemeInfoPojo> schemeInfoPojos = SignalDataCache.schemeInfoCache.get(crossId);
......
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