|
@@ -1958,7 +1958,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
studentPaymentOrderList.add(studentPaymentOrder);
|
|
|
}
|
|
|
} else {
|
|
|
- studentPaymentOrderList = studentPaymentOrderService.queryByBatchNo(studentRegistration.getMusicGroupPaymentCalenderId() + "",
|
|
|
+ studentPaymentOrderList = studentPaymentOrderService.queryByBatchNo(userId, studentRegistration.getMusicGroupPaymentCalenderId() + "",
|
|
|
DealStatusEnum.SUCCESS);
|
|
|
}
|
|
|
|
|
@@ -2226,7 +2226,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
|
|
|
studentPaymentOrderList.add(studentPaymentOrder);
|
|
|
}
|
|
|
} else {
|
|
|
- studentPaymentOrderList = studentPaymentOrderService.queryByBatchNo(studentRegistration.getMusicGroupPaymentCalenderId() + "",
|
|
|
+ studentPaymentOrderList = studentPaymentOrderService.queryByBatchNo(sysUser.getId(), studentRegistration.getMusicGroupPaymentCalenderId() + "",
|
|
|
DealStatusEnum.SUCCESS);
|
|
|
}
|
|
|
|