|
@@ -134,7 +134,7 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
|
|
|
Map<CourseSchedule.CourseScheduleType, Integer> typeCourseTime = new HashMap<>();
|
|
|
if(Objects.nonNull(degreeRegistration.getAdditionCourseInfo())){
|
|
|
Map<CourseSchedule.CourseScheduleType, Integer> additionCourseInfo = degreeRegistration.getAdditionCourseInfo();
|
|
|
- PracticeGroupSellPrice practiceGroupSellPrice = practiceGroupSellPriceDao.get(degreeRegistration.getId());
|
|
|
+ PracticeGroupSellPrice practiceGroupSellPrice = practiceGroupSellPriceDao.get(degreeRegistration.getOrganId());
|
|
|
if(Objects.isNull(practiceGroupSellPrice)){
|
|
|
throw new BizException("该分部暂未参与此活动");
|
|
|
}
|