|
@@ -936,6 +936,7 @@ public class StudentManageServiceImpl implements StudentManageService {
|
|
|
}else {
|
|
|
activityCourseDetailDto.setMusicTheoryPrice(BigDecimal.ZERO);
|
|
|
}
|
|
|
+ activityCourseDetailDto.setUserId(null);
|
|
|
student.setActivityCourseDetail(JSON.toJSONString(activityCourseDetailDto, SerializerFeature.WriteMapNullValue));
|
|
|
studentDao.update(student);
|
|
|
}
|