Commit fec3a3aa authored by hanbing's avatar hanbing

方案管理-灯组配置,修复非机动车灯保存bug

parent 69e23ef4
...@@ -177,7 +177,7 @@ public class CrossConfigServiceImpl implements CrossConfigService { ...@@ -177,7 +177,7 @@ public class CrossConfigServiceImpl implements CrossConfigService {
} }
} else if (type == 2) { // 非机动车灯 } else if (type == 2) { // 非机动车灯
if (signalType == 2) { if (signalType == 2) {
crossLightsPO.setType(2); crossLightsPO.setType(10);
} }
} else if (type == 3) { // 公交专用 } else if (type == 3) { // 公交专用
if (signalType == 7) { if (signalType == 7) {
......
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