更改代理客户端连接

This commit is contained in:
“wanyongkang”
2021-12-27 16:27:24 +08:00
parent b9a51186f8
commit efa8c7180b
4 changed files with 21 additions and 29 deletions

View File

@@ -362,9 +362,9 @@ FROM product_order where {where} GROUP BY Channel,ProductName order by Channel,
if (request.OrderType == OrderType.AgainBuys)
{
if (request.PackageId >1029 && request.PackageId <1034) {
return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "不允许续费此套餐");
}
// if (request.PackageId >1029 && request.PackageId <1034) {
// return new ApiResult<ProductOrderEntity>(ResultCode.C_INVALID_ERROR, "不允许续费此套餐");
// }
int count = request.Account.Split(",").Length;
order.AccountCount = count;
order.OrderAmount = price * request.ConnectCount * count;