撤回人员去重生成绩效

parent 6a32d981
......@@ -77,7 +77,7 @@ public class ResultComputeService : IAutoInjection
public List<res_baiscnorm> Compute(per_allot allot, List<PerSheet> accountSheet)
{
//取出人员信息
var empolyeeList = perforImemployeeclinicRepository.GetEmployees(allot.ID);
var empolyeeList = perforImemployeeclinicRepository.GetEntities(t => t.AllotID == allot.ID);
var accountbasicList = perforImaccountbasicRepository.GetEntities(t => t.AllotID == allot.ID);
List<ComputeEmployee> computeEmployees = _mapper.Map<List<ComputeEmployee>>(empolyeeList);
......
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