Commit db0e5ef2 authored by zhouleilei's avatar zhouleilei

根据当前时间返回相位列表-方案优化对比-新增关灯模式

parent 9e00e290
......@@ -866,6 +866,11 @@ public class PlanSendServiceImpl implements PlanSendService {
ringPhasePO.setControlMode(3);
return ringPhasePO;
}
//关灯
if (schemeId == 84){
ringPhasePO.setControlMode(5);
return ringPhasePO;
}
/*CrossIdBO crossIdBO = new CrossIdBO();
crossIdBO.setCrossId(crossIdAndTimeDTO.getCrossId());
SaveSchemeConfigDTO saveSchemeConfigDTO = schemeConfigServiceImpl.listSchemeConfig(crossIdBO);
......
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