This commit is contained in:
he
2023-06-19 15:45:35 +08:00
@@ -1092,7 +1092,7 @@ namespace IRaCIS.Core.Application
var list = await query.ToListAsync();
var result = list.Where(t => t.UserTotalToBeDoneCount > 0).ToList();
var result = list.Where(t => t.UserTotalToBeDoneCount > 0).OrderBy(t=>t.UserType).ToList();
//var result= list.GroupBy(t => t.UserType).ToDictionary(g => g.Key, g => g.ToList());