From 25ea94468d48ae1b5df279541a19177bd67b5d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 6 Aug 2021 15:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E5=A4=A9IP?= 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 a05e223..880bd5a 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductOrderService.cs @@ -759,7 +759,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel, await accountEntitys.ForEachAsync(async accountEntity => { var account = accountEntity.Account; - if (product.GroupNO == "g7") account = accountEntity.Raw; + // if (product.GroupNO == "g7") account = accountEntity.Raw; var ret = new ApiResult(); if (order.PackageId == 86){ ret = await m_AgentService.ReNewAccount(order.Id, order.PackageId, account, order.ConnectCount,2);