optimize
wet 2 years ago
parent fb07fa9396
commit bc41705468

@ -35,7 +35,6 @@
<PackageReference Include="NPOI" Version="2.6.0" />
<PackageReference Include="Npoi.Mapper" Version="4.1.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.5.0" />
<PackageReference Include="RestSharp" Version="110.2.0" />
</ItemGroup>
<ItemGroup>

@ -5688,6 +5688,7 @@ namespace Myshipping.Application
var ctn = _repCtn.AsQueryable().Where(x => x.BILLID == id).ToList();
var FORWARDER = order.FORWARDER;
var dictvalue = _cache.GetAllDictData().Result.Where(x => x.Code == "XiangManCang").Select(x => x.Value).FirstOrDefault();
_logger.LogInformation("FORWARDER:" + FORWARDER + "dictvalue:" + dictvalue);
if (!string.IsNullOrEmpty(FORWARDER) && dictvalue == FORWARDER)
{
#region 箱满仓生成excel文件

Loading…
Cancel
Save