var records = studyRecords.GroupBy(x => x.StudyTime.Date).Select(y => new
            {
                date = y.Key,
                seconds = y.Sum(x => x.StudySeconds)
            });

 

阿里云优惠活动

相关文章: