续费账号查询机制

This commit is contained in:
“wanyongkang”
2021-08-27 15:53:51 +08:00
parent 17d7363473
commit 68a1f57aaa

View File

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