Commit 0af228ce authored by zhouleilei's avatar zhouleilei

修改相位与灯组关系表中的相位id

parent f4a0ddd6
......@@ -512,7 +512,7 @@ public class StaticInfoServiceImpl implements StaticInfoService {
//灯组与相位关系
CrossPhaseLightsPO crossPhaseLightsPO = new CrossPhaseLightsPO();
crossPhaseLightsPO.setLightsId(lightsMap.get(lightMapKey));
crossPhaseLightsPO.setPhaseId(phaseNum.get());
crossPhaseLightsPO.setPhaseId(stageId);
crossPhaseLightsPO.setCrossId(crossId);
crossPhaseLightsPO.setGmtCreate(null);
crossPhaseLightsPO.setGmtModified(null);
......
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