全员发放表一次分配显示问题

parent 434576ef
...@@ -810,7 +810,7 @@ private List<ComputeResponse> GetAllotPerformance(int allotId, int hospitalId, i ...@@ -810,7 +810,7 @@ private List<ComputeResponse> GetAllotPerformance(int allotId, int hospitalId, i
comp.PerforSumFee = t.Avg; comp.PerforSumFee = t.Avg;
} }
// 行政工勤 // 行政工勤
if (types3.Contains(t.AccountType) && t.NeedSecondAllot?.Trim() == "") if (types3.Contains(t.AccountType) && t.NeedSecondAllot?.Trim() == "")
{ {
comp.PerforSumFee = t.GiveFee; comp.PerforSumFee = t.GiveFee;
comp.AdjustLaterOtherFee = 0; comp.AdjustLaterOtherFee = 0;
......
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