Commit 263c85cf by 799284587@qq.com

人员缺失默认值

parent 37766ab0
...@@ -171,6 +171,10 @@ public List<ComputeResult> Compute(List<ComputeEmployee> empolyeeList, List<im_a ...@@ -171,6 +171,10 @@ public List<ComputeResult> Compute(List<ComputeEmployee> empolyeeList, List<im_a
AccountType = basicRule.AccountUnitType.ToString(), AccountType = basicRule.AccountUnitType.ToString(),
DoctorName = "人员信息缺失", DoctorName = "人员信息缺失",
FitPeople = "", FitPeople = "",
ScoreAverageRate = 1,
Punishment = 0,
OtherPerfor = 0,
Adjust = 1,
}; };
} }
var compute = new ComputeResult var compute = new ComputeResult
......
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