Commit 42d834df authored by hanbing's avatar hanbing

Merge remote-tracking branch 'origin/master'

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