|
@@ -133,7 +133,7 @@ namespace Hotline.Repository.SqlSugar.Orders
|
|
|
return propertyInfo.GetValue(obj, null);
|
|
|
}
|
|
|
|
|
|
- public async Task<(IReadOnlyList<Hotspot> hotSpotList, List<dynamic>? list)> HotPortJoinOrgStatistics(DateTime StartTime, DateTime EndTime, bool IsCenter, string? OrgCode)
|
|
|
+ public async Task<object> HotPortJoinOrgStatistics(DateTime StartTime, DateTime EndTime, bool IsCenter, string? OrgCode)
|
|
|
{
|
|
|
//查询一级热点
|
|
|
var hotSpotList = await Db.Queryable<Hotspot>().Where(x => string.IsNullOrEmpty(x.ParentId)).ToListAsync();
|