Commit f4a0ddd6 authored by zhouleilei's avatar zhouleilei

计划数据-计划信息、时段信息 静态数据查询

方案号处理
parent aca105e8
......@@ -616,7 +616,7 @@ public class StaticInfoServiceImpl implements StaticInfoService {
// 计划ID - 取的是时段表号
crossSectionPO.setPlanId(dayplanDTO.getNDayPlanNumber());
//方案号
Integer pattern = (dayplanDTO.getNTimebaseAscPattern()+2)/3;
Integer pattern = dayplanDTO.getNTimebaseAscPattern();
if (pattern == 85) {
//黃闪
crossSectionPO.setControlMode(3);
......
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