Commit 96a85c43 by guojuxing

短信套餐包续订定时器添加:订购逻辑代码回退

parent 6047d7ac
......@@ -48,8 +48,8 @@ public class BillingAccountApiServiceImpl implements BillingAccountApiService {
private TodoItemApiService todoItemApiService;
@Autowired
private UserApiService userApiService;
@Autowired
private BillingOrderApiService billingOrderApiService;
// @Autowired
// private BillingOrderApiService billingOrderApiService;
@Autowired
private Config config;
......@@ -186,10 +186,10 @@ public class BillingAccountApiServiceImpl implements BillingAccountApiService {
itemDTO.setPackageHours(packageHoursEnum.getMessage());
}
}
ServiceResponse<Integer> orderResponse = billingOrderApiService.saveSmsOrderBuyNow(orderDTO, itemDTO);
//订购短信套餐包
billingOrderApiService.
paySmsPackageOrder(enterpriseId, orderResponse.getResult(), PayTypeEnum.BALANCE_PAY.getCode(), null);
// ServiceResponse<Integer> orderResponse = billingOrderApiService.saveSmsOrderBuyNow(orderDTO, itemDTO);
// //订购短信套餐包
// billingOrderApiService.
// paySmsPackageOrder(enterpriseId, orderResponse.getResult(), PayTypeEnum.BALANCE_PAY.getCode(), null);
}
}
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment