|
@@ -643,7 +643,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
StudentPaymentOrder studentPaymentOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, musicGroupId, DealStatusEnum.SUCCESS);
|
|
|
|
|
|
if (studentPaymentOrder == null) {
|
|
|
- MusicGroupSubjectGoodsGroup musicGroupSubjectPlan = musicGroupSubjectGoodsGroupService.query(musicGroupId, subjectId);
|
|
|
+ MusicGroupSubjectGoodsGroup musicGroupSubjectPlan = musicGroupSubjectGoodsGroupService.query(musicGroupId, subjectId, goodsIds);
|
|
|
if (musicGroupSubjectPlan != null) {
|
|
|
depositFee = musicGroupSubjectPlan.getDepositFee().doubleValue();
|
|
|
}
|
|
@@ -748,7 +748,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
.findMusicGroupApplyOrderByStatus(userId, musicGroupId, DealStatusEnum.WAIT_PAY);
|
|
|
|
|
|
if (studentPaymentOrder == null) {
|
|
|
- MusicGroupSubjectGoodsGroup musicGroupSubjectPlan = musicGroupSubjectGoodsGroupService.query(musicGroupId, subjectId);
|
|
|
+ MusicGroupSubjectGoodsGroup musicGroupSubjectPlan = musicGroupSubjectGoodsGroupService.query(musicGroupId, subjectId, goodsIds);
|
|
|
if (musicGroupSubjectPlan != null) {
|
|
|
depositFee = musicGroupSubjectPlan.getDepositFee().doubleValue();
|
|
|
}
|