|  | @@ -3726,6 +3726,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 | 
	
		
			
				|  |  |                      calenderDto.setCutAmount(subCourseAmount);
 | 
	
		
			
				|  |  |                      subCourseAmount = BigDecimal.ZERO;
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | +                calenderDto.setCourseTime(masterMap.get(courseTypes.get(i)).intValue());
 | 
	
		
			
				|  |  |                  calenderDto.setMasterSubCoursePrice(masterPrice);
 | 
	
		
			
				|  |  |                  calenderDto.setCourseCurrentPrice(masterPrice.subtract(calenderDto.getCutAmount()));
 | 
	
		
			
				|  |  |                  calenderDto.setCourseType(courseTypes.get(i));
 |