@@ -94,7 +94,7 @@ public class TmsStudentInfoServiceImpl extends ServiceImpl<TmsStudentInfoMapper,
//今日预报名
if (yDay!=null) {
- bmVo.setYday(day.getStuCount());
+ bmVo.setYday(yDay.getStuCount());
} else {
bmVo.setYday(0);
}