|
|
|
@ -165,17 +165,21 @@ namespace Myshipping.Application
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//如果不是云港通,就试试陆海通
|
|
|
|
|
if (!isYGT)
|
|
|
|
|
{
|
|
|
|
|
if (paramList.Any(p => p.ParaCode == "ShipCompareAccountLUHAI"))
|
|
|
|
|
{
|
|
|
|
|
var currArg = paramList.FirstOrDefault(p => p.ParaCode == "ShipCompareAccountLUHAI").ParaValue.Split(new char[] { ',' }).ToArray();
|
|
|
|
|
|
|
|
|
|
if (currArg.Contains(mainInfo.YardCode))
|
|
|
|
|
{
|
|
|
|
|
isYGT = true;
|
|
|
|
|
isLuHai = true;
|
|
|
|
|
|
|
|
|
|
webAccountConfig = _webAccountConfig.GetAccountConfig("LuHaiTong", UserManager.UserId).GetAwaiter().GetResult();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (webAccountConfig != null)
|
|
|
|
|
{
|
|
|
|
|