liu 10 ماه پیش
والد
کامیت
3700c6527f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/template/controller/WelcomeStudentController.java

+ 1 - 1
src/main/java/com/template/controller/WelcomeStudentController.java

@@ -1585,7 +1585,7 @@ public class WelcomeStudentController implements WelcomeStudentControllerAPI {
         //        录取总数
         //        LambdaQueryWrapper<WelcomeStudent> queryWrapper=new LambdaQueryWrapper<>();
         //        queryWrapper.eq(WelcomeStudent::getIdenType,1);
-        int enrollmentTotal = 6352;//welcomeStudentService.count(queryWrapper);
+        int enrollmentTotal = 8062;//welcomeStudentService.count(queryWrapper);
 
         //        缴费人数
         int payCount = welcomeStudentService.payCount();