|
@@ -694,7 +694,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
|
|
|
double depositFee = 0d;
|
|
double depositFee = 0d;
|
|
if (kitGroupPurchaseTypeEnum == KitGroupPurchaseTypeEnum.LEASE) {
|
|
if (kitGroupPurchaseTypeEnum == KitGroupPurchaseTypeEnum.LEASE) {
|
|
- StudentPaymentOrder studentPaymentOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, musicGroupId, DealStatusEnum.SUCCESS);
|
|
|
|
|
|
+ StudentPaymentOrder studentPaymentOrder = studentPaymentOrderService.findMusicGroupApplyOrderByStatus(userId, musicGroupId, DealStatusEnum.WAIT_PAY);
|
|
|
|
|
|
if (studentPaymentOrder == null) {
|
|
if (studentPaymentOrder == null) {
|
|
throw new BizException("缴费订单不存在");
|
|
throw new BizException("缴费订单不存在");
|