|  | @@ -2185,7 +2185,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  		if(courseInfo.containsKey("days")){
 |  |  		if(courseInfo.containsKey("days")){
 | 
											
												
													
														|  |  			int surplusDays = Integer.valueOf(courseInfo.get("days").toString());
 |  |  			int surplusDays = Integer.valueOf(courseInfo.get("days").toString());
 | 
											
												
													
														|  | -			studentRecoverInfoDto.setExpireDate(LocalDate.now().plusDays(surplusDays));
 |  | 
 | 
											
												
													
														|  | 
 |  | +			studentRecoverInfoDto.setDays(surplusDays);
 | 
											
												
													
														|  |  		}
 |  |  		}
 | 
											
												
													
														|  |  		return studentRecoverInfoDto;
 |  |  		return studentRecoverInfoDto;
 | 
											
												
													
														|  |      }
 |  |      }
 |