中高层全院发放表BUG修复

parent 2329cb90
...@@ -519,7 +519,6 @@ private List<ComputeResponse> GetAllotPerformance(int allotId, int hospitalId, i ...@@ -519,7 +519,6 @@ private List<ComputeResponse> GetAllotPerformance(int allotId, int hospitalId, i
if (types2.Contains(t.AccountType)) if (types2.Contains(t.AccountType))
{ {
comp.PerforSumFee = t.GiveFee; comp.PerforSumFee = t.GiveFee;
comp.AdjustLaterOtherFee = 0;
comp.PerforManagementFee = 0; comp.PerforManagementFee = 0;
comp.NightWorkPerfor = t.NightWorkPerfor; comp.NightWorkPerfor = t.NightWorkPerfor;
} }
......
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