个人绩效查询BUG修复

parent 680b61d5
......@@ -723,7 +723,6 @@ public List<OwnerPerformanceDto> GetOwnerPerformance(int userid)
};
var res = owner
.Where(w => w.States == (int)AllotStates.归档)
.GroupBy(w => new { w.AllotId, w.Year, w.Month, w.JobNumber })
.Select(w => new OwnerPerformanceDto
{
......
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