Commit 563cf003 by guanzhenshan

其他物流商里面,排除英国伯明翰、WishPost

parent 10d60aab
...@@ -23,7 +23,7 @@ namespace Bailun.DC.Web.Areas.DataWareHouse.Controllers ...@@ -23,7 +23,7 @@ namespace Bailun.DC.Web.Areas.DataWareHouse.Controllers
{ {
var listconfig = new Services.DataWareHouse.PlatformOrderFeeServices().ListOrderFeeConfig(2); var listconfig = new Services.DataWareHouse.PlatformOrderFeeServices().ListOrderFeeConfig(2);
ViewBag.listconfig = listconfig.Select(a=>a.platform).Distinct().Where(b=>b!= "万邑通" && b!= "易可达" && b!= "艾姆勒IML海外仓" && b!= "递四方" && b!= "顺邮" && b!= "橙联speedPAK" && b!= "伯明翰" && b!= "wish post").ToList(); ViewBag.listconfig = listconfig.Select(a=>a.platform).Distinct().Where(b=>b!= "万邑通" && b!= "易可达" && b!= "艾姆勒IML海外仓" && b!= "递四方" && b!= "顺邮" && b!= "橙联speedPAK" && b!= "英国伯明翰" && b!= "WishPost").ToList();
ViewBag.platform = platform; ViewBag.platform = platform;
ViewBag.sites = listconfig.Where(a=>a.platform==platform).Select(b=>b.website).Distinct().Where(c=>!string.IsNullOrEmpty(c)).ToList(); ViewBag.sites = listconfig.Where(a=>a.platform==platform).Select(b=>b.website).Distinct().Where(c=>!string.IsNullOrEmpty(c)).ToList();
......
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