冀北电网一张图-综合评估趋势对比
This commit is contained in:
@@ -62,6 +62,15 @@ public class GridController extends BaseController {
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, result, methodDescribe);
|
||||
}
|
||||
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/getAssessTrend")
|
||||
@ApiOperation("综合评估趋势对比")
|
||||
@ApiImplicitParam(name = "param", value = "参数", required = true)
|
||||
public HttpResult<List<AssessVo.AssessTrendVo>> getAssessTrend(@RequestBody @Validated AssessParam param){
|
||||
String methodDescribe = getMethodDescribe("getAssessTrend");
|
||||
List<AssessVo.AssessTrendVo> result = gridService.getAssessTrend(param);
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, result, methodDescribe);
|
||||
}
|
||||
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/getEvaluationOverview")
|
||||
|
||||
Reference in New Issue
Block a user