Commit ee9877b6 authored by chenzhao's avatar chenzhao

修改bug

parent 00d06b98
......@@ -481,7 +481,7 @@ public class BasicGridAcceptanceServiceImpl
this.wofkflowExcute(instanceId, approvalStatus , comment);
//修改并网数据状态
basicGridRecord.setGridStatus(approvalStatus.equals("0")?GridStatusEnum.PQYYDSH.getCode():GridStatusEnum.WTG.getCode());
basicGridRecord.setBasicGridNode("bw-area");
basicGridRecord.setBasicGridNode(approvalStatus.equals("0")?"bw-area":null);
basicGridRecordService.updateById(basicGridRecord);
}
......
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