续费账号查询机制

This commit is contained in:
“wanyongkang”
2021-08-26 09:33:05 +08:00
parent f234d0db2e
commit 17d7363473

View File

@@ -526,7 +526,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
{ {
BusinessException.Throw($"账号【{account}】不存在"); BusinessException.Throw($"账号【{account}】不存在");
} }
var accountInfo = await m_ProductAccountService.GetAccountInfo(account); var accountInfo = await m_ProductAccountService.GetAccountInfo(request.PackageId,account);
if (accountInfo.Status == AccountStatus.Refund) if (accountInfo.Status == AccountStatus.Refund)
{ {
BusinessException.Throw($"已退款的账号禁止续费,请重新开号"); BusinessException.Throw($"已退款的账号禁止续费,请重新开号");