|
@@ -385,7 +385,7 @@ namespace Hotline.Repository.SqlSugar.CallCenter
|
|
|
EnterpriseCallOutPutthroughCount = a.EnterpriseCallOutPutthroughCount,
|
|
|
AiVisitCallOutPutthroughCount = b.AiVisitCallOutPutthroughCount,
|
|
|
AiCallOutPutthroughCount = 0,
|
|
|
- }).ToListAsync();
|
|
|
+ }).OrderBy(x=>x.Date).ToListAsync();
|
|
|
return list;
|
|
|
}
|
|
|
|