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

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

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