From 68a1f57aaa389cd9d8f1c51d7e66d413c6b8d5e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 27 Aug 2021 15:53:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=AD=E8=B4=B9=E8=B4=A6=E5=8F=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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($"已退款的账号禁止续费,请重新开号");