|
@@ -317,7 +317,7 @@ public class StudentPaymentOrderDetailServiceImpl extends BaseServiceImpl<Long,
|
|
|
}
|
|
}
|
|
|
musicalListDetailDto.setMusicalAmount(studentGoods.getChangeMusicalPrice());
|
|
musicalListDetailDto.setMusicalAmount(studentGoods.getChangeMusicalPrice());
|
|
|
musicalListDetailDto.setAccessoriesAmount(studentGoods.getChangeAccessoriesPrice());
|
|
musicalListDetailDto.setAccessoriesAmount(studentGoods.getChangeAccessoriesPrice());
|
|
|
- musicalListDetailDto.setCourseAmount(studentGoods.getChangeCourseFee());
|
|
|
|
|
|
|
+ musicalListDetailDto.setKitGroupPurchaseTypeEnum(musicalListDetailDto.getKitGroupPurchaseTypeEnum());
|
|
|
}
|
|
}
|
|
|
for (SubjectChange margin : margins) {
|
|
for (SubjectChange margin : margins) {
|
|
|
if (!musicalListDetailDto.getUserId().equals(margin.getStudentId())) continue;
|
|
if (!musicalListDetailDto.getUserId().equals(margin.getStudentId())) continue;
|