1.稳态区域报告功能微调
This commit is contained in:
@@ -50,13 +50,13 @@ public class AreaHarmonicReportController extends BaseController {
|
|||||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||||
@PostMapping("/areaHarmonicReport")
|
@PostMapping("/areaHarmonicReport")
|
||||||
@ApiOperation("区域稳态报告")
|
@ApiOperation("区域稳态报告")
|
||||||
public HttpResult<Page<FpyReportDTO>> areaHarmonicReport(@RequestBody AreaHarmReportParam areaHarmReportParam, HttpServletResponse response) {
|
public void areaHarmonicReport(@RequestBody AreaHarmReportParam areaHarmReportParam, HttpServletResponse response) {
|
||||||
TimeInterval timeInterval = new TimeInterval();
|
TimeInterval timeInterval = new TimeInterval();
|
||||||
String methodDescribe = getMethodDescribe("areaHarmonicReport");
|
String methodDescribe = getMethodDescribe("areaHarmonicReport");
|
||||||
areaHarmonicService.areaHarmonicReport(areaHarmReportParam,response);
|
areaHarmonicService.areaHarmonicReport(areaHarmReportParam,response);
|
||||||
|
|
||||||
log.info("区域稳态报告执行时长:"+timeInterval.interval());
|
log.info("区域稳态报告执行时长:"+timeInterval.interval());
|
||||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
//return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user