Commit b36ca044 authored by zhouleilei's avatar zhouleilei

优化 方案优化接口,黃闪时,返回空

parent 79b138b9
......@@ -642,6 +642,10 @@ public class PlanSendServiceImpl implements PlanSendService {
return ringPhasePO;
}
int schemeId = Integer.valueOf(content.getSchemeNo());
//黃闪
if (schemeId == 85){
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