Commit a3f54d78 authored by linruibiao's avatar linruibiao

Merge remote-tracking branch 'origin/develop' into develop

parents f3774e21 e2956193
...@@ -119,6 +119,9 @@ public class InstrumentPanelConfigServiceImpl extends ServiceImpl<InstrumentPane ...@@ -119,6 +119,9 @@ public class InstrumentPanelConfigServiceImpl extends ServiceImpl<InstrumentPane
checkAll(appId, config, permission); checkAll(appId, config, permission);
InstrumentPanel panel = panelService.getById(config.getPanelId()); InstrumentPanel panel = panelService.getById(config.getPanelId());
if (panel == null){
throw new SysException("仪表盘不存在,输入错误");
}
fillPanelProp(permission, panel,PublishedStatus.WAIT_PUBLISHED.value); fillPanelProp(permission, panel,PublishedStatus.WAIT_PUBLISHED.value);
//判断是否有发布版本 //判断是否有发布版本
......
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