Commit 0993a77f by wyc

科室上报汇总(审核后掉接口传参调整)

parent 417dcd4e
...@@ -2406,7 +2406,7 @@ public ApiResponse DeptAudit(int allotId, string unitType, string accountingUnit ...@@ -2406,7 +2406,7 @@ public ApiResponse DeptAudit(int allotId, string unitType, string accountingUnit
if (attendances.Any()) if (attendances.Any())
{ {
_attendanceDeptRepository.UpdateRange(attendances.ToArray()); _attendanceDeptRepository.UpdateRange(attendances.ToArray());
DeptReportRefresh(allot, state, attendances); DeptReportRefresh(allotId, (int)Attendance.Report.通过);
} }
return new ApiResponse(ResponseType.OK, "审核成功"); return new ApiResponse(ResponseType.OK, "审核成功");
......
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