Browse Source

优化返回版本字段

Li 3 years ago
parent
commit
03c86bc67c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelBI/Controllers/Census/ActivitySticsController.cs

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

@@ -465,7 +465,7 @@ namespace TEAMModelBI.Controllers.Census
                 teachCount = records.Where(r => r.tmdid != null).Where((x, i) => records.FindIndex(z => z.tmdid == x.tmdid) == i).ToList().Count;
             }
 
-            return Ok(new { state = 200, schoolCount = schools.Count, countArea, weekActivity, termActivity, totalTime, appraiseArea, examAreaCount, surveyAreaCount, voteAreaCount, homeworkAreaCount, major, standard, oeCount, dayLess,weekLess,monthLess,termLess,teachCount, schools = schoolInfos, schoolLessons });
+            return Ok(new { state = 200, schoolCount = schools.Count, countArea, weekActivity, termActivity, totalTime, appraiseArea, examAreaCount, surveyAreaCount, voteAreaCount, homeworkAreaCount, major, standard, basics, oeCount, dayLess,weekLess,monthLess,termLess,teachCount, schools = schoolInfos, schoolLessons });
         }
 
         /// <summary>