Commit 85c73fda authored by 吴春's avatar 吴春

提交代码

parent 75fc5ec1
......@@ -395,7 +395,8 @@ namespace Mall.WebApi.Controllers.Reserve
IsReceive = x.MemberNum > 0 ? 1 : 0,
UseTypeStr = ((int)x.UseType == 3 || (int)x.UseType == 4) ? x.UseType.GetEnumName() : (x.ProductList != null && x.ProductList.Any() ? string.Join("、", x.ProductList.Select(x => x.Relevance)) : ""),
x.UseType,
x.ProductList
x.ProductList,
x.HeXiao
});
return ApiResult.Success("", pagelist);
}
......
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