续费账号查询机制
This commit is contained in:
@@ -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($"已退款的账号禁止续费,请重新开号");
|
||||
|
||||
Reference in New Issue
Block a user