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