蘑菇
This commit is contained in:
@@ -358,6 +358,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, "不允许续费此套餐");
|
||||
}
|
||||
int count = request.Account.Split(",").Length;
|
||||
order.AccountCount = count;
|
||||
order.OrderAmount = price * request.ConnectCount * count;
|
||||
|
||||
Reference in New Issue
Block a user