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

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

parent 6383400c
......@@ -690,7 +690,8 @@ namespace Mall.Module.Product
x.Number,
x.Final_Price,
x.IsComment,
x.IsApplyForAfterSale
x.IsApplyForAfterSale,
x.FreeShippingRemarks
}),
model.IsApplyForCancel,
model.RejectRemark,
......@@ -7946,7 +7947,8 @@ namespace Mall.Module.Product
x.Number,
x.Original_Price,
x.Final_Price,
x.IsBindExpress
x.IsBindExpress,
x.FreeShippingRemarks
})
});
}
......
......@@ -996,7 +996,8 @@ namespace Mall.WebApi.Controllers.MallBase
x.FullMoneyPinkage,
x.FullNumPinkage,
x.CategoryList,
x.IsEnable
x.IsEnable,
x.Name
});
return ApiResult.Success("", pagelist);
}
......
......@@ -236,7 +236,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.ProductCode,
y.Final_Price,
y.Number,
y.IsComment
y.IsComment,
y.FreeShippingRemarks
}),
x.OrderStatus,
OrderStatusName = x.OrderStatus.GetEnumName(),
......
......@@ -93,7 +93,8 @@ namespace Mall.WebApi.Controllers.MallBase
y.ProductCode,
y.Final_Price,
y.Number,
y.IsBindExpress
y.IsBindExpress,
y.FreeShippingRemarks
}),
x.Consignee,
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