Commit 83ad1535 authored by 梁光意's avatar 梁光意

修复第一次saveConfig无法获取当前用户的问题

parent 92f3119d
...@@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -22,7 +22,7 @@ import org.springframework.web.bind.annotation.*;
@RequestMapping("/{appId}/panel-configs") @RequestMapping("/{appId}/panel-configs")
@RestController @RestController
@Api(value = "仪表板样式以及数据配置", tags = "仪表板样式以及数据配置") @Api(value = "仪表板样式以及数据配置", tags = "仪表板样式以及数据配置")
public class InstrumentPanelConfigController { public class InstrumentPanelConfigController extends BaseRestController {
@Autowired @Autowired
private InstrumentPanelConfigService instrumentPanelConfigService; private InstrumentPanelConfigService instrumentPanelConfigService;
......
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