|
@@ -1459,6 +1459,9 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
throw new BizException("未找到休学信息");
|
|
|
}
|
|
|
|
|
|
+ classStudentMapperByUserIdAndClassGroupId.setStatus(ClassGroupStudentStatusEnum.NORMAL);
|
|
|
+ classGroupStudentMapperDao.update(classStudentMapperByUserIdAndClassGroupId);
|
|
|
+
|
|
|
if(Objects.nonNull(studentRecoverInfo.getTeacherId())){
|
|
|
vipGroup.setUserId(studentRecoverInfo.getTeacherId());
|
|
|
}
|
|
@@ -1531,8 +1534,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
courseScheduleStudentPaymentDao.batchInsert(courseScheduleStudentPaymentList);
|
|
|
}
|
|
|
sysUserCashAccountService.appendCourseBalance(studentRecoverInfo.getUserId(), surplusCourseFee.negate());
|
|
|
- classStudentMapperByUserIdAndClassGroupId.setStatus(ClassGroupStudentStatusEnum.NORMAL);
|
|
|
- classGroupStudentMapperDao.update(classStudentMapperByUserIdAndClassGroupId);
|
|
|
studentPauseInfo.setDelFlag(1);
|
|
|
studentPauseInfoDao.update(studentPauseInfo);
|
|
|
vipGroup.setStatus(VipGroupStatusEnum.PROGRESS);
|