Commit 0513306a authored by duanruiming's avatar duanruiming

[update] 诊断优化->优化结果放回结果慢问题排查

parent 7daa9d56
......@@ -116,6 +116,7 @@ public class DiagnoController {
return JsonViewObject.newInstance().success();
}
@AspectLog(description = "优化效果", operationType = BaseEnum.OperationTypeEnum.QUERY)
@ApiOperation(value = "优化效果", notes = "优化效果", response = JsonViewObject.class,
produces = MediaType.APPLICATION_JSON, consumes = MediaType.APPLICATION_JSON)
@PostMapping(value = "/optEffect",
......
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