续费按钮调整

This commit is contained in:
wanyongkang
2020-10-24 18:53:34 +08:00
parent e89b653a81
commit 6b4fa229f4
2 changed files with 2 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
order.AccountPayAmount = order.PaymentAmount;
else
{
order.AccountPayAmount = 0;
return new ApiResult<ProductOrderEntity>(ResultCode.C_UNKNOWN_ERROR, "余额不足");
}
}
order.OtherPayAmount = order.PaymentAmount - order.AccountPayAmount;