|
@@ -23,6 +23,7 @@ import javax.annotation.Resource;
|
|
|
|
|
|
import com.ym.mec.biz.dal.dao.*;
|
|
import com.ym.mec.biz.dal.dao.*;
|
|
import com.ym.mec.biz.dal.dto.*;
|
|
import com.ym.mec.biz.dal.dto.*;
|
|
|
|
+import com.ym.mec.biz.dal.entity.*;
|
|
import com.ym.mec.biz.dal.page.*;
|
|
import com.ym.mec.biz.dal.page.*;
|
|
import com.ym.mec.biz.service.*;
|
|
import com.ym.mec.biz.service.*;
|
|
import com.ym.mec.common.constant.CommonConstants;
|
|
import com.ym.mec.common.constant.CommonConstants;
|
|
@@ -43,34 +44,6 @@ import com.ym.mec.auth.api.client.SysUserFeignService;
|
|
import com.ym.mec.auth.api.entity.SysUser;
|
|
import com.ym.mec.auth.api.entity.SysUser;
|
|
import com.ym.mec.auth.api.entity.SysUserRole;
|
|
import com.ym.mec.auth.api.entity.SysUserRole;
|
|
import com.ym.mec.auth.api.enums.CertificateTypeEnum;
|
|
import com.ym.mec.auth.api.enums.CertificateTypeEnum;
|
|
-import com.ym.mec.biz.dal.entity.ClassGroup;
|
|
|
|
-import com.ym.mec.biz.dal.entity.ClassGroupStudentMapper;
|
|
|
|
-import com.ym.mec.biz.dal.entity.CloudTeacherOrder;
|
|
|
|
-import com.ym.mec.biz.dal.entity.CooperationOrgan;
|
|
|
|
-import com.ym.mec.biz.dal.entity.CourseSchedule;
|
|
|
|
-import com.ym.mec.biz.dal.entity.CourseScheduleStudentPayment;
|
|
|
|
-import com.ym.mec.biz.dal.entity.Goods;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroup;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalender;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalenderCourseSettings;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalenderDetail;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupPaymentCalenderStudentDetail;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupPaymentStudentCourseDetail;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupStudentFee;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupSubjectGoodsGroup;
|
|
|
|
-import com.ym.mec.biz.dal.entity.MusicGroupSubjectPlan;
|
|
|
|
-import com.ym.mec.biz.dal.entity.Organization;
|
|
|
|
-import com.ym.mec.biz.dal.entity.OrganizationCloudTeacherFee;
|
|
|
|
-import com.ym.mec.biz.dal.entity.Student;
|
|
|
|
-import com.ym.mec.biz.dal.entity.StudentCourseFeeDetail;
|
|
|
|
-import com.ym.mec.biz.dal.entity.StudentInstrument;
|
|
|
|
-import com.ym.mec.biz.dal.entity.StudentPaymentOrder;
|
|
|
|
-import com.ym.mec.biz.dal.entity.StudentPaymentOrderDetail;
|
|
|
|
-import com.ym.mec.biz.dal.entity.StudentRegistration;
|
|
|
|
-import com.ym.mec.biz.dal.entity.Subject;
|
|
|
|
-import com.ym.mec.biz.dal.entity.SubjectChange;
|
|
|
|
-import com.ym.mec.biz.dal.entity.SysUserCashAccount;
|
|
|
|
-import com.ym.mec.biz.dal.entity.SysUserCashAccountDetail;
|
|
|
|
import com.ym.mec.biz.dal.enums.ClassGroupStudentStatusEnum;
|
|
import com.ym.mec.biz.dal.enums.ClassGroupStudentStatusEnum;
|
|
import com.ym.mec.biz.dal.enums.ClassGroupTypeEnum;
|
|
import com.ym.mec.biz.dal.enums.ClassGroupTypeEnum;
|
|
import com.ym.mec.biz.dal.enums.CourseStatusEnum;
|
|
import com.ym.mec.biz.dal.enums.CourseStatusEnum;
|
|
@@ -198,6 +171,10 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
private SysUserCashAccountLogService sysUserCashAccountLogService;
|
|
private SysUserCashAccountLogService sysUserCashAccountLogService;
|
|
@Autowired
|
|
@Autowired
|
|
private ActivityUserMapperService activityUserMapperService;
|
|
private ActivityUserMapperService activityUserMapperService;
|
|
|
|
+ @Autowired
|
|
|
|
+ private MusicGroupPaymentCalenderActivityService musicGroupPaymentCalenderActivityService;
|
|
|
|
+ @Autowired
|
|
|
|
+ private MusicGroupPaymentCalenderMemberService musicGroupPaymentCalenderMemberService;
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public BaseDAO<Long, StudentRegistration> getDAO() {
|
|
public BaseDAO<Long, StudentRegistration> getDAO() {
|
|
@@ -585,9 +562,9 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|
|
public StudentPaymentOrder addOrder(StudentRegistration studentRegistration, BigDecimal amount, String orderNo, String paymentChannel,
|
|
public StudentPaymentOrder addOrder(StudentRegistration studentRegistration, BigDecimal amount, String orderNo, String paymentChannel,
|
|
List<MusicGroupSubjectGoodsGroup> goodsGroups, BigDecimal remitFee, BigDecimal courseRemitFee,
|
|
List<MusicGroupSubjectGoodsGroup> goodsGroups, BigDecimal remitFee, BigDecimal courseRemitFee,
|
|
- List<MusicGroupPaymentCalenderCourseSettings> newCourses, Boolean buyMaintenance, Boolean buyCloudTeacher, Boolean buyCloudTeacherPlus,List<Integer> couponIdList) throws Exception {
|
|
|
|
|
|
+ List<MusicGroupPaymentCalenderCourseSettings> newCourses, RegisterPayDto registerPayDto,Long calenderId) throws Exception {
|
|
Date date = new Date();
|
|
Date date = new Date();
|
|
- StudentPaymentOrder studentPaymentOrder = sysCouponCodeService.use(couponIdList,amount,true);
|
|
|
|
|
|
+ StudentPaymentOrder studentPaymentOrder = sysCouponCodeService.use(registerPayDto.getCouponIdList(),amount,true);
|
|
studentPaymentOrder.setUserId(studentRegistration.getUserId());
|
|
studentPaymentOrder.setUserId(studentRegistration.getUserId());
|
|
studentPaymentOrder.setGroupType(GroupType.MUSIC);
|
|
studentPaymentOrder.setGroupType(GroupType.MUSIC);
|
|
studentPaymentOrder.setOrderNo(orderNo);
|
|
studentPaymentOrder.setOrderNo(orderNo);
|
|
@@ -595,6 +572,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
studentPaymentOrder.setStatus(DealStatusEnum.ING);
|
|
studentPaymentOrder.setStatus(DealStatusEnum.ING);
|
|
studentPaymentOrder.setPaymentChannel(paymentChannel);
|
|
studentPaymentOrder.setPaymentChannel(paymentChannel);
|
|
studentPaymentOrder.setMusicGroupId(studentRegistration.getMusicGroupId());
|
|
studentPaymentOrder.setMusicGroupId(studentRegistration.getMusicGroupId());
|
|
|
|
+ studentPaymentOrder.setCalenderId(calenderId);
|
|
studentPaymentOrderService.insert(studentPaymentOrder);
|
|
studentPaymentOrderService.insert(studentPaymentOrder);
|
|
|
|
|
|
ArrayList<StudentPaymentOrderDetail> studentPaymentOrderDetailList = new ArrayList<>();
|
|
ArrayList<StudentPaymentOrderDetail> studentPaymentOrderDetailList = new ArrayList<>();
|
|
@@ -619,7 +597,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
|
|
|
BigDecimal goodsPrice = new BigDecimal(0);
|
|
BigDecimal goodsPrice = new BigDecimal(0);
|
|
|
|
|
|
- if(studentRegistration.getOrganId() == 55 && (newCourses == null || newCourses.size() == 0) && !(buyCloudTeacher || buyCloudTeacherPlus)){
|
|
|
|
|
|
+ if(studentRegistration.getOrganId() == 55 && (newCourses == null || newCourses.size() == 0) && !registerPayDto.getBuyCloudTeacher()){
|
|
//取商品零售价
|
|
//取商品零售价
|
|
if (StringUtils.isNotBlank(goodsGroup.getGoodsIdList())) {
|
|
if (StringUtils.isNotBlank(goodsGroup.getGoodsIdList())) {
|
|
List<Goods> goodsList = goodsDao.findGoodsByIds(goodsGroup.getGoodsIdList());
|
|
List<Goods> goodsList = goodsDao.findGoodsByIds(goodsGroup.getGoodsIdList());
|
|
@@ -631,7 +609,6 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
goodsPrice = goodsGroup.getPrice();
|
|
goodsPrice = goodsGroup.getPrice();
|
|
}
|
|
}
|
|
studentPaymentOrderDetail4goodsGroup.setPrice(goodsPrice);
|
|
studentPaymentOrderDetail4goodsGroup.setPrice(goodsPrice);
|
|
-
|
|
|
|
studentPaymentOrderDetail4goodsGroup.setGoodsIdList(goodsGroup.getGoodsIdList());
|
|
studentPaymentOrderDetail4goodsGroup.setGoodsIdList(goodsGroup.getGoodsIdList());
|
|
studentPaymentOrderDetail4goodsGroup.setCreateTime(date);
|
|
studentPaymentOrderDetail4goodsGroup.setCreateTime(date);
|
|
studentPaymentOrderDetail4goodsGroup.setUpdateTime(date);
|
|
studentPaymentOrderDetail4goodsGroup.setUpdateTime(date);
|
|
@@ -662,7 +639,8 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
studentPaymentOrderDetailList.add(studentPaymentOrderDetailCourse);
|
|
studentPaymentOrderDetailList.add(studentPaymentOrderDetailCourse);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (buyMaintenance) {
|
|
|
|
|
|
+ //乐保
|
|
|
|
+ if (registerPayDto.getBuyMaintenance()) {
|
|
if ("".equals(maintenanceGoodsId)) {
|
|
if ("".equals(maintenanceGoodsId)) {
|
|
throw new BizException("有乐器才能购买乐保,请核查");
|
|
throw new BizException("有乐器才能购买乐保,请核查");
|
|
}
|
|
}
|
|
@@ -681,30 +659,33 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
maintenanceOrderDetail.setIsRenew(0);
|
|
maintenanceOrderDetail.setIsRenew(0);
|
|
studentPaymentOrderDetailList.add(maintenanceOrderDetail);
|
|
studentPaymentOrderDetailList.add(maintenanceOrderDetail);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ //活动
|
|
|
|
+ List<Long> buyCalenderActivityId = registerPayDto.getBuyCalenderActivityId();
|
|
|
|
+ if (buyCalenderActivityId != null && buyCalenderActivityId.size() > 0) {
|
|
|
|
+ List<MusicGroupPaymentCalenderActivity> calenderActivities = musicGroupPaymentCalenderActivityService.findByIds(buyCalenderActivityId);
|
|
|
|
+ for (MusicGroupPaymentCalenderActivity calenderActivity : calenderActivities) {
|
|
|
|
+ StudentPaymentOrderDetail maintenanceOrderDetail = new StudentPaymentOrderDetail();
|
|
|
|
+ maintenanceOrderDetail.setType("网管课".equals(calenderActivity.getCategoryName())?PRACTICE:VIP);
|
|
|
|
+ maintenanceOrderDetail.setPrice(calenderActivity.getActualAmount());
|
|
|
|
+ maintenanceOrderDetail.setRemitFee(BigDecimal.ZERO);
|
|
|
|
+ maintenanceOrderDetail.setCreateTime(date);
|
|
|
|
+ maintenanceOrderDetail.setUpdateTime(date);
|
|
|
|
+ maintenanceOrderDetail.setPaymentOrderId(studentPaymentOrder.getId());
|
|
|
|
+ maintenanceOrderDetail.setIsRenew(0);
|
|
|
|
+ //保存的是活动编号
|
|
|
|
+ maintenanceOrderDetail.setStudentInstrumentId(calenderActivity.getId());
|
|
|
|
+ studentPaymentOrderDetailList.add(maintenanceOrderDetail);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
MusicGroup musicGroup = musicGroupDao.get(studentRegistration.getMusicGroupId());
|
|
MusicGroup musicGroup = musicGroupDao.get(studentRegistration.getMusicGroupId());
|
|
|
|
|
|
//云教练/云教练+
|
|
//云教练/云教练+
|
|
- if (buyCloudTeacher || buyCloudTeacherPlus) {
|
|
|
|
-
|
|
|
|
- BigDecimal cloudTeacherPrice = BigDecimal.ZERO;
|
|
|
|
-
|
|
|
|
- if(musicGroup.getCloudTeacherType() != null){
|
|
|
|
- OrganizationCloudTeacherFee cloudTeacher = organizationCloudTeacherFeeDao.getByOrganId(studentRegistration.getOrganId());
|
|
|
|
- cloudTeacherPrice = musicGroup.getCloudTeacherType() == 0 ? cloudTeacher.getPrice() : cloudTeacher.getPlusPrice();
|
|
|
|
- }else {
|
|
|
|
- MusicGroupPaymentCalender musicGroupRegCalender = musicGroupPaymentCalenderDao.getMusicGroupRegCalender(studentRegistration.getMusicGroupId());
|
|
|
|
- if(musicGroupRegCalender == null){
|
|
|
|
- throw new BizException("缴费信息不存在");
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- cloudTeacherPrice = musicGroupRegCalender.getMemberPaymentAmount();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ if (registerPayDto.getBuyCloudTeacher()) {
|
|
|
|
+ MusicGroupPaymentCalenderMember calenderMember = musicGroupPaymentCalenderMemberService.findByCalenderId(studentPaymentOrder.getCalenderId());
|
|
OrderDetailTypeEnum orderDetailTypeEnum = OrderDetailTypeEnum.CLOUD_TEACHER;
|
|
OrderDetailTypeEnum orderDetailTypeEnum = OrderDetailTypeEnum.CLOUD_TEACHER;
|
|
StudentPaymentOrderDetail cloudTeacherOrderDetail = new StudentPaymentOrderDetail();
|
|
StudentPaymentOrderDetail cloudTeacherOrderDetail = new StudentPaymentOrderDetail();
|
|
cloudTeacherOrderDetail.setType(orderDetailTypeEnum);
|
|
cloudTeacherOrderDetail.setType(orderDetailTypeEnum);
|
|
- cloudTeacherOrderDetail.setPrice(cloudTeacherPrice);
|
|
|
|
|
|
+ cloudTeacherOrderDetail.setPrice(calenderMember.getActualAmount());
|
|
cloudTeacherOrderDetail.setRemitFee(BigDecimal.ZERO);
|
|
cloudTeacherOrderDetail.setRemitFee(BigDecimal.ZERO);
|
|
cloudTeacherOrderDetail.setCreateTime(date);
|
|
cloudTeacherOrderDetail.setCreateTime(date);
|
|
cloudTeacherOrderDetail.setUpdateTime(date);
|
|
cloudTeacherOrderDetail.setUpdateTime(date);
|
|
@@ -726,7 +707,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
|
|
|
int paidNum = musicOneSubjectClassPlan.getPaidStudentNum() == null ? 0 : musicOneSubjectClassPlan.getPaidStudentNum();
|
|
int paidNum = musicOneSubjectClassPlan.getPaidStudentNum() == null ? 0 : musicOneSubjectClassPlan.getPaidStudentNum();
|
|
int paidZeroNum = musicOneSubjectClassPlan.getPaidZeroNum() == null ? 0 : musicOneSubjectClassPlan.getPaidZeroNum();
|
|
int paidZeroNum = musicOneSubjectClassPlan.getPaidZeroNum() == null ? 0 : musicOneSubjectClassPlan.getPaidZeroNum();
|
|
- if ((musicGroup.getCourseViewType().equals(CourseViewTypeEnum.MEMBER_FEE) && !buyCloudTeacher && StringUtils.isBlank(maintenanceGoodsId))) {
|
|
|
|
|
|
+ if ((musicGroup.getCourseViewType().equals(CourseViewTypeEnum.MEMBER_FEE) && !registerPayDto.getBuyCloudTeacher() && StringUtils.isBlank(maintenanceGoodsId))) {
|
|
if (studentRegistration.getPaymentStatus() != YES) {
|
|
if (studentRegistration.getPaymentStatus() != YES) {
|
|
paidZeroFlag = true;
|
|
paidZeroFlag = true;
|
|
}
|
|
}
|
|
@@ -1102,6 +1083,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
if (updateCount <= 0) {
|
|
if (updateCount <= 0) {
|
|
throw new BizException("订单更新失败");
|
|
throw new BizException("订单更新失败");
|
|
}
|
|
}
|
|
|
|
+ Integer tenantId = studentPaymentOrder.getTenantId();
|
|
Date nowDate = new Date();
|
|
Date nowDate = new Date();
|
|
|
|
|
|
//成功报名状态变更
|
|
//成功报名状态变更
|
|
@@ -1160,6 +1142,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
|
|
|
//添加日志
|
|
//添加日志
|
|
StudentCourseFeeDetail studentCourseFeeDetail = new StudentCourseFeeDetail();
|
|
StudentCourseFeeDetail studentCourseFeeDetail = new StudentCourseFeeDetail();
|
|
|
|
+ studentCourseFeeDetail.setTenantId(tenantId);
|
|
studentCourseFeeDetail.setStudentRegistrationId(studentRegistration.getId());
|
|
studentCourseFeeDetail.setStudentRegistrationId(studentRegistration.getId());
|
|
studentCourseFeeDetail.setAmount(courseFee);
|
|
studentCourseFeeDetail.setAmount(courseFee);
|
|
studentCourseFeeDetail.setSurplusCourseFee(studentRegistration.getSurplusCourseFee());
|
|
studentCourseFeeDetail.setSurplusCourseFee(studentRegistration.getSurplusCourseFee());
|
|
@@ -1184,6 +1167,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
rechargeDetail.setChannel(studentPaymentOrder.getPaymentChannel());
|
|
rechargeDetail.setChannel(studentPaymentOrder.getPaymentChannel());
|
|
rechargeDetail.setComAmount(studentPaymentOrder.getComAmount());
|
|
rechargeDetail.setComAmount(studentPaymentOrder.getComAmount());
|
|
rechargeDetail.setPerAmount(studentPaymentOrder.getPerAmount());
|
|
rechargeDetail.setPerAmount(studentPaymentOrder.getPerAmount());
|
|
|
|
+ rechargeDetail.setTenantId(tenantId);
|
|
sysUserCashAccountDetailService.insert(rechargeDetail);
|
|
sysUserCashAccountDetailService.insert(rechargeDetail);
|
|
|
|
|
|
//缴费
|
|
//缴费
|
|
@@ -1202,6 +1186,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
rechargeDetail.setComAmount(studentPaymentOrder.getComAmount().negate());
|
|
rechargeDetail.setComAmount(studentPaymentOrder.getComAmount().negate());
|
|
rechargeDetail.setPerAmount(studentPaymentOrder.getPerAmount().negate());
|
|
rechargeDetail.setPerAmount(studentPaymentOrder.getPerAmount().negate());
|
|
}
|
|
}
|
|
|
|
+ paymentDetail.setTenantId(tenantId);
|
|
sysUserCashAccountDetailService.insert(paymentDetail);
|
|
sysUserCashAccountDetailService.insert(paymentDetail);
|
|
|
|
|
|
//销售订单详情
|
|
//销售订单详情
|
|
@@ -1333,6 +1318,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
if (musicGroupRegCalender == null) {
|
|
if (musicGroupRegCalender == null) {
|
|
throw new BizException("报名缴费信息查询失败");
|
|
throw new BizException("报名缴费信息查询失败");
|
|
}
|
|
}
|
|
|
|
+ Integer tenantId = studentPaymentOrder.getTenantId();
|
|
|
|
|
|
String batchNo = musicGroupRegCalender.getBatchNo();
|
|
String batchNo = musicGroupRegCalender.getBatchNo();
|
|
Long currentPaymentCalenderId = musicGroupRegCalender.getId();
|
|
Long currentPaymentCalenderId = musicGroupRegCalender.getId();
|
|
@@ -1368,6 +1354,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
|
|
|
|
for (MusicGroupPaymentCalender musicGroupPaymentCalender : musicGroupPaymentCalenderList) {
|
|
for (MusicGroupPaymentCalender musicGroupPaymentCalender : musicGroupPaymentCalenderList) {
|
|
MusicGroupPaymentCalenderDetail musicGroupPaymentCalenderDetail = new MusicGroupPaymentCalenderDetail();
|
|
MusicGroupPaymentCalenderDetail musicGroupPaymentCalenderDetail = new MusicGroupPaymentCalenderDetail();
|
|
|
|
+ musicGroupPaymentCalenderDetail.setTenantId(tenantId);
|
|
musicGroupPaymentCalenderDetail.setMusicGroupPaymentCalenderId(musicGroupPaymentCalender.getId());
|
|
musicGroupPaymentCalenderDetail.setMusicGroupPaymentCalenderId(musicGroupPaymentCalender.getId());
|
|
musicGroupPaymentCalenderDetail.setUserId(studentPaymentOrder.getUserId());
|
|
musicGroupPaymentCalenderDetail.setUserId(studentPaymentOrder.getUserId());
|
|
musicGroupPaymentCalenderDetail.setResponsibleUserId(musicGroupPaymentCalender.getOperator());
|
|
musicGroupPaymentCalenderDetail.setResponsibleUserId(musicGroupPaymentCalender.getOperator());
|
|
@@ -1422,6 +1409,7 @@ public class StudentRegistrationServiceImpl extends BaseServiceImpl<Long, Studen
|
|
musicGroupPaymentStudentCourseDetail.setUsedCourseMinutes(0);
|
|
musicGroupPaymentStudentCourseDetail.setUsedCourseMinutes(0);
|
|
musicGroupPaymentStudentCourseDetail.setCreateTime(nowDate);
|
|
musicGroupPaymentStudentCourseDetail.setCreateTime(nowDate);
|
|
musicGroupPaymentStudentCourseDetail.setUpdateTime(nowDate);
|
|
musicGroupPaymentStudentCourseDetail.setUpdateTime(nowDate);
|
|
|
|
+ musicGroupPaymentStudentCourseDetail.setTenantId(tenantId);
|
|
|
|
|
|
musicGroupPaymentStudentCourseDetails.add(musicGroupPaymentStudentCourseDetail);
|
|
musicGroupPaymentStudentCourseDetails.add(musicGroupPaymentStudentCourseDetail);
|
|
}
|
|
}
|