Browse Source

返回字段

Li 2 years ago
parent
commit
22bec3f5fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelBI/Controllers/BISchool/SchoolController.cs

+ 1 - 1
TEAMModelBI/Controllers/BISchool/SchoolController.cs

@@ -1060,7 +1060,7 @@ namespace TEAMModelBI.Controllers.BISchool
                 //取得購買紀錄
                 List<object> order = await GetOrderHisFromCoreBBAsync(schoolId.GetString());
 
-                return Ok(new { state = RespondCode.Ok, tecCnt, classCnt, stuCnt, roomCnt, lesCnt, weekLesCnt, lastWeekLesCnt, weekACTCnt, lastWeekACTCnt, termLesCnt, lastTermLesCnt, termACTCnt, lastTermActCnt, yearLesCnt, lastYearLesCnt, yearACTCnt, lastYearACTCnt, schoolInfo, ACTCnt, order });
+                return Ok(new { state = RespondCode.Ok, tecCnt, classCnt, stuCnt, roomCnt, lesCnt, weekLesCnt, lastWeekLesCnt, weekACTCnt, lastWeekACTCnt, termLesCnt, lastTermLesCnt, termACTCnt, lastTermActCnt, yearLesCnt, lastYearLesCnt, yearACTCnt, lastYearACTCnt, schoolInfo, ACTCnt, order, yearS, yearE, lastYearS, lastYearE });
             }
             else
                 return Ok(new { state = RespondCode.NotFound, msg = "未找到该学校信息!" });