|
|
|
@ -966,7 +966,7 @@ public partial class SeaExportService : ISeaExportService
|
|
|
|
|
}
|
|
|
|
|
if (seaExport.AgentId != 0)
|
|
|
|
|
{
|
|
|
|
|
var delAgents = contactLists.Where(x => x.BusinessType == BusinessType.OceanShippingExport && x.CustomerType == "agent" && x.CustomerId != seaExport.CustomserId).ToList();
|
|
|
|
|
var delAgents = contactLists.Where(x => x.BusinessType == BusinessType.OceanShippingExport && x.CustomerType == "agent" && x.CustomerId != seaExport.AgentId).ToList();
|
|
|
|
|
if (delAgents.Count > 0)
|
|
|
|
|
{
|
|
|
|
|
delList.AddRange(delAgents);
|
|
|
|
|