bug修改
This commit is contained in:
@@ -54,7 +54,7 @@ public class AreaStatisticalController extends BaseController {
|
||||
@ApiOperation("获取暂降区域节点图")
|
||||
@ApiImplicitParam(name = "deviceInfoParam", value = "暂降事件分析参数", required = true)
|
||||
public HttpResult<List<NodeVO>> getCalculation(@RequestBody @Validated DeviceInfoParam.BusinessParam deviceInfoParam) {
|
||||
String methodDescribe = getMethodDescribe("getAreaCalculation");
|
||||
String methodDescribe = getMethodDescribe("getCalculation");
|
||||
List<NodeVO> calculation = areaStatisticalService.getCalculation(deviceInfoParam);
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, calculation, methodDescribe);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user