特殊科室其他管理绩效

parent 4d39a83c
...@@ -235,7 +235,7 @@ public class ResultComputeService : IAutoInjection ...@@ -235,7 +235,7 @@ public class ResultComputeService : IAutoInjection
ScoreAverageRate = empolyee.ScoreAverageRate, ScoreAverageRate = empolyee.ScoreAverageRate,
//Punishment = empolyee.Punishment, //Punishment = empolyee.Punishment,
//OtherPerfor = empolyee.OtherPerfor, //OtherPerfor = empolyee.OtherPerfor,
OtherManagePerfor = empolyee.OtherManagePerfor,
Number = group.Number, Number = group.Number,
PerforTotal = sumValue, PerforTotal = sumValue,
Avg = group.Number == 0 ? 0 : (sumValue / group.Number), Avg = group.Number == 0 ? 0 : (sumValue / group.Number),
......
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