全院科室发放表 新增 医院奖罚显示

parent f74b3482
...@@ -595,10 +595,10 @@ public List<DeptResponse> GetAdminPerformance(int allotId) ...@@ -595,10 +595,10 @@ public List<DeptResponse> GetAdminPerformance(int allotId)
AssessBeforeOtherFee = 0, AssessBeforeOtherFee = 0,
PerforTotal = t.Sum(w => w.PerforTotal), PerforTotal = t.Sum(w => w.PerforTotal),
ScoringAverage = 1, ScoringAverage = 1,
Extra = 0, Extra = t.Sum(w => w.Punishment),
MedicineExtra = 0, MedicineExtra = 0,
MaterialsExtra = 0, MaterialsExtra = 0,
AssessLaterOtherFee = 0, AssessLaterOtherFee = t.Sum(w => w.AssessLaterOtherFee),
AssessLaterPerforTotal = t.Sum(w => Math.Round(w.GiveFee ?? 0, MidpointRounding.AwayFromZero)), AssessLaterPerforTotal = t.Sum(w => Math.Round(w.GiveFee ?? 0, MidpointRounding.AwayFromZero)),
AdjustFactor = t.FirstOrDefault()?.Adjust ?? 1, AdjustFactor = t.FirstOrDefault()?.Adjust ?? 1,
AdjustLaterOtherFee = t.Sum(w => w.AdjustLaterOtherFee), AdjustLaterOtherFee = t.Sum(w => w.AdjustLaterOtherFee),
......
...@@ -1826,7 +1826,6 @@ public bool NursingDeptAudit(int userId, SecondAuditRequest request) ...@@ -1826,7 +1826,6 @@ public bool NursingDeptAudit(int userId, SecondAuditRequest request)
} }
else else
{ {
second.UseTempId = null;
second.NursingDeptStatus = 4; second.NursingDeptStatus = 4;
second.NursingDeptRemark = $"{request.Remark}"; second.NursingDeptRemark = $"{request.Remark}";
} }
......
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