|
|
@@ -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();
|