Bladeren bron

大屏展示 教师展示已审核人数

应县
ndbs 1 jaar geleden
bovenliggende
commit
1db86b3556
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StatisticsApi.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StatisticsApi.cs Bestand weergeven

@@ -53,7 +53,7 @@ namespace Learun.Application.WebApi
private StuEncourgementIBLL stuEncourgementIBLL = new StuEncourgementBLL();
private AccommodationIBLL accommodationIBLL = new AccommodationBLL();
private StuAttendanceIBLL stuAttendanceIBLL = new StuAttendanceBLL();
StuInfoBasicTwoIBLL stuInfoBasicTwoIbll=new StuInfoBasicTwoBLL();
StuInfoBasicTwoIBLL stuInfoBasicTwoIbll = new StuInfoBasicTwoBLL();


/// <summary>
@@ -361,7 +361,7 @@ namespace Learun.Application.WebApi
private Response SchoolInfo(dynamic _)
{
var empInfo = empInfoIBLL.GetAllList();
var empNum = empInfo.Count();
var empNum = empInfo.Count(x => x.CheckMark == true);
var wEmpNum = empInfo.Count(a => a.GenderNo == true);
var mEmpNum = empInfo.Count(a => a.GenderNo == false);
var stuInfo = stuInfoBasicIBLL.GetAllList();


Laden…
Annuleren
Opslaan