diff --git a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs index 8491eb0..d2c56c2 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -526,7 +526,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, { BusinessException.Throw($"账号【{account}】不存在"); } - var accountInfo = await m_ProductAccountService.GetAccountInfo(request.PackageId,account); + var accountInfo = await m_ProductAccountService.GetAccountInfo(account); if (accountInfo.Status == AccountStatus.Refund) { BusinessException.Throw($"已退款的账号禁止续费,请重新开号");