Commit 53423ce3 by 纪旭 韦

no message

parent 18c87015
...@@ -824,7 +824,7 @@ public ApiResponse GetGatherTotal([FromRoute] int allotId, [FromBody] PersonPara ...@@ -824,7 +824,7 @@ public ApiResponse GetGatherTotal([FromRoute] int allotId, [FromBody] PersonPara
if (allotId <= 0) if (allotId <= 0)
return new ApiResponse(ResponseType.Fail, "参数错误", "allotid无效"); return new ApiResponse(ResponseType.Fail, "参数错误", "allotid无效");
var result = employeeService.GetGather(allotId, request); var result = employeeService.GetGatherTotal(allotId, request);
return new ApiResponse(ResponseType.OK, result); return new ApiResponse(ResponseType.OK, result);
} }
......
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