| 
					
				 | 
			
			
				@@ -4108,7 +4108,7 @@ public class CourseScheduleServiceImpl extends BaseServiceImpl<Long, CourseSched 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				tenantAssetsInfoService.deductAmount(updateList); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}catch (Exception e){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				LOGGER.error("deductAmount  >>>>>>>>>",e); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				LOGGER.error("deductAmount  >>>>>>>>>",e.getCause()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			List<Long> courseIds = updateList.stream().map(CourseSchedule::getId).collect(Collectors.toList()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			List<CourseSchedule> beMergeCourses = courseScheduleDao.getBeMergeCourseWithMainCourseIds(courseIds); 
			 |