Commit 52639b26 authored by linruibiao's avatar linruibiao

接口编写

parent ad82269a
Pipeline #9226 passed with stages
in 1 minute 12 seconds
...@@ -177,6 +177,7 @@ public class InstrumentPanelConfigServiceImpl extends ServiceImpl<InstrumentPane ...@@ -177,6 +177,7 @@ public class InstrumentPanelConfigServiceImpl extends ServiceImpl<InstrumentPane
log.info("更新发布版本的groupId"); log.info("更新发布版本的groupId");
draft.setGroupId(permission.getGroupId()); draft.setGroupId(permission.getGroupId());
draftService.updateById(draft); draftService.updateById(draft);
panel.setPublished(PublishedStatus.PUBLISHED.value);
} else { } else {
//修改 //修改
......
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