Commit 07641714 by ruyun.zhang@suvalue.com

Merge branch '夜班绩效位置迁移' into v2020morge-job

parents 44862bcf aebcea91
...@@ -609,6 +609,7 @@ public void GenerateSecondAllot(per_allot allot) ...@@ -609,6 +609,7 @@ public void GenerateSecondAllot(per_allot allot)
second.NursingDeptRemark = "科室绩效结果发生变更,需要重新提交"; second.NursingDeptRemark = "科室绩效结果发生变更,需要重新提交";
} }
second.RealGiveFee = item.RealGiveFee; second.RealGiveFee = item.RealGiveFee;
second.NightShiftWorkPerforFee = item.NightShiftWorkPerforFee;
updSecond.Add(second); updSecond.Add(second);
} }
} }
......
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