chenmy 3 лет назад
Родитель
Сommit
f57cd2c445
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      TEAMModelBI/Controllers/Census/ActivitySticsController.cs

+ 1 - 1
TEAMModelBI/Controllers/Census/ActivitySticsController.cs

@@ -514,7 +514,7 @@ namespace TEAMModelBI.Controllers.Census
             totalTime = await CommonFind.FindTotals(cosmosClient, "select sum(c.totalTime) as totals from c where c.pk='TeacherTrain'", new List<string>() { "Teacher" });
             resourceCount = await CommonFind.FindTotals(cosmosClient, "select count(c.id) as totals from c where c.pk='Bloblog'", new List<string>() { "School", "Teacher" });
 
-            return Ok(new { state = 200, areaCount = areaInfos.Count, allSize, heCount, geCount, oeCount, allLess, termLess, weekLess, allActivity, termActivity, weekActivity, resourceCount, basics, standard, major, totalTime, areaInfos });
+            return Ok(new { state = 200, areaCount = areaInfos.Count, allSize, heCount, geCount, oeCount, allLess, termLess, weekLess, allActivity, termActivity, weekActivity, resourceCount, basics, standard, major, totalTime, activitys, areaInfos });
         }