Commit aff4849b authored by liudong1993's avatar liudong1993
parents c986ce4b 40d70eb2
......@@ -1187,6 +1187,7 @@ namespace Mall.WebApi.Controllers.MallBase
x.TenantId,
x.MallBaseId,
x.SendArea,
CarouselImageList= x.CarouselImageList.Select(qitem=>qitem.Path).ToList(),
CreateDate = x.CreateDate.HasValue ? x.CreateDate.Value.ToString("yyyy-MM-dd HH:mm:ss") : ""
});
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