This commit is contained in:
“wanyongkang”
2021-08-06 15:36:41 +08:00
parent 9913e8be8a
commit 25ea94468d

View File

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