Commit f6a04d4c authored by 梁光意's avatar 梁光意

修改初始化参数

parent 16197539
Pipeline #9539 passed with stages
in 1 minute 7 seconds
......@@ -107,8 +107,8 @@ public class InstrumentPanelInitServiceImpl extends ServiceImpl<InstrumentPanelM
one= panelGroupService.getById(groupId);
}
init(appId, one, initConfig1, initPanelName1);
init(appId, one, initConfig2, initPanelName2);
init(queryAppId, one, initConfig1, initPanelName1);
init(queryAppId, one, initConfig2, initPanelName2);
return 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