Commit b8a675cd authored by 黄奎's avatar 黄奎

页面修改

parent 4461671b
......@@ -2294,6 +2294,9 @@ namespace Mall.WebApi.Controllers.TradePavilion
List<Action> actions = new List<Action>();
var list = carrierModule.GetBrandListByWhere(demodel);
if (list != null && list.Count > 0)
{
//判断是否下载图片
if (demodel.ExcelEnumIds.Contains(4))
{
foreach (var item in list)
{
......@@ -2303,6 +2306,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
}));
}
}
}
if (actions != null && actions.Count > 0)
{
......
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