天天IP
This commit is contained in:
@@ -759,7 +759,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
|
|||||||
await accountEntitys.ForEachAsync(async accountEntity =>
|
await accountEntitys.ForEachAsync(async accountEntity =>
|
||||||
{
|
{
|
||||||
var account = accountEntity.Account;
|
var account = accountEntity.Account;
|
||||||
if (product.GroupNO == "g7") account = accountEntity.Raw;
|
// if (product.GroupNO == "g7") account = accountEntity.Raw;
|
||||||
var ret = new ApiResult();
|
var ret = new ApiResult();
|
||||||
if (order.PackageId == 86){
|
if (order.PackageId == 86){
|
||||||
ret = await m_AgentService.ReNewAccount(order.Id, order.PackageId, account, order.ConnectCount,2);
|
ret = await m_AgentService.ReNewAccount(order.Id, order.PackageId, account, order.ConnectCount,2);
|
||||||
|
|||||||
Reference in New Issue
Block a user