Commit 879c2eff by 李承祥

返回绩效发放列表方法内字典key值更改

parent 42b3430f
......@@ -47,8 +47,8 @@ public List<res_compute> GetCompute(int allotId, int type)
{ 1,new List<PerformanceType>{ PerformanceType.ReferenceDirector } },
{ 2,new List<PerformanceType>{ PerformanceType.ReferenceDirectorAvg } },
{ 3,new List<PerformanceType>{ PerformanceType.ReferenceNurseAvg95, PerformanceType.ReferenceHeadNurse, PerformanceType.Null } },
{ 5,new List<PerformanceType>{ PerformanceType.Director, PerformanceType.DeputyDirector } },
{ 6,new List<PerformanceType>{ PerformanceType.Nurse } }
{ 4,new List<PerformanceType>{ PerformanceType.Director, PerformanceType.DeputyDirector } },
{ 5,new List<PerformanceType>{ PerformanceType.Nurse } }
};
if (keyValues.ContainsKey(type))
......
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