|
@@ -407,7 +407,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
// 课程费用
|
|
|
StudentRegistration studentRegistration = studentRegistrationService.queryByUserIdAndMusicGroupId(userId, musicGroupId);
|
|
|
if (studentRegistration == null) {
|
|
|
- throw new BizException("用户 报名信息不存在");
|
|
|
+ throw new BizException("用户报名信息不存在");
|
|
|
}
|
|
|
MusicGroupStudentFee musicGroupStudentFee = musicGroupStudentFeeDao.findByUser(userId, musicGroupId);
|
|
|
if (musicGroupStudentFee == null) {
|