|
@@ -1444,7 +1444,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
MusicGroupStudentFee musicGroupStudentFee = musicGroupStudentFeeDao.findByUser(userId, musicGroupId);
|
|
|
|
|
|
if (musicGroupStudentFee == null) {
|
|
|
- throw new BizException("个人信息不存在");
|
|
|
+ throw new BizException("个人续费信息错误");
|
|
|
}
|
|
|
//判断是否是续费
|
|
|
/*List<StudentPaymentOrder> orderList = studentPaymentOrderDao.queryByCondition(GroupType.MUSIC, musicGroupId, userId, DealStatusEnum.SUCCESS);
|