Commit 5d13d9c6 by 纪旭 韦

保存手工录入取UserId

parent b664ef9e
...@@ -903,7 +903,7 @@ public ApiResponse SaveGatherHands([FromRoute] int allotId, [FromBody] SaveGathe ...@@ -903,7 +903,7 @@ public ApiResponse SaveGatherHands([FromRoute] int allotId, [FromBody] SaveGathe
if (request.Data == null || !request.Data.Any()) if (request.Data == null || !request.Data.Any())
return new ApiResponse(ResponseType.Fail, "用户提交数据为空"); return new ApiResponse(ResponseType.Fail, "用户提交数据为空");
; request.UserId = claim.GetUserId();
return employeeService.SaveGatherHands(allotId, request); return employeeService.SaveGatherHands(allotId, request);
} }
......
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