Commit b8a675cd authored by 黄奎's avatar 黄奎

页面修改

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