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);