Commit 238cb0f7 authored by 吴春's avatar 吴春

提交订单列表和详情返回分类包邮规则备注

parent 6383400c
...@@ -690,7 +690,8 @@ namespace Mall.Module.Product ...@@ -690,7 +690,8 @@ namespace Mall.Module.Product
x.Number, x.Number,
x.Final_Price, x.Final_Price,
x.IsComment, x.IsComment,
x.IsApplyForAfterSale x.IsApplyForAfterSale,
x.FreeShippingRemarks
}), }),
model.IsApplyForCancel, model.IsApplyForCancel,
model.RejectRemark, model.RejectRemark,
...@@ -7946,7 +7947,8 @@ namespace Mall.Module.Product ...@@ -7946,7 +7947,8 @@ namespace Mall.Module.Product
x.Number, x.Number,
x.Original_Price, x.Original_Price,
x.Final_Price, x.Final_Price,
x.IsBindExpress x.IsBindExpress,
x.FreeShippingRemarks
}) })
}); });
} }
......
...@@ -996,7 +996,8 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -996,7 +996,8 @@ namespace Mall.WebApi.Controllers.MallBase
x.FullMoneyPinkage, x.FullMoneyPinkage,
x.FullNumPinkage, x.FullNumPinkage,
x.CategoryList, x.CategoryList,
x.IsEnable x.IsEnable,
x.Name
}); });
return ApiResult.Success("", pagelist); return ApiResult.Success("", pagelist);
} }
......
...@@ -236,7 +236,8 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -236,7 +236,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.ProductCode, y.ProductCode,
y.Final_Price, y.Final_Price,
y.Number, y.Number,
y.IsComment y.IsComment,
y.FreeShippingRemarks
}), }),
x.OrderStatus, x.OrderStatus,
OrderStatusName = x.OrderStatus.GetEnumName(), OrderStatusName = x.OrderStatus.GetEnumName(),
......
...@@ -93,7 +93,8 @@ namespace Mall.WebApi.Controllers.MallBase ...@@ -93,7 +93,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.ProductCode, y.ProductCode,
y.Final_Price, y.Final_Price,
y.Number, y.Number,
y.IsBindExpress y.IsBindExpress,
y.FreeShippingRemarks
}), }),
x.Consignee, x.Consignee,
x.Mobile, x.Mobile,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment