From 17d736347354d79d44177e69d72265e07592c752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Thu, 26 Aug 2021 09:33:05 +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 d2c56c2..8491eb0 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(account); + var accountInfo = await m_ProductAccountService.GetAccountInfo(request.PackageId,account); if (accountInfo.Status == AccountStatus.Refund) { BusinessException.Throw($"已退款的账号禁止续费,请重新开号");