From 8f68af0d6a5d2aebdc9936f7abdec4b044a2934e Mon Sep 17 00:00:00 2001 From: wet <1034391973@qq.com> Date: Thu, 20 Jul 2023 13:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=88=B9=E6=9C=9F=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Myshipping.Application/Service/DataSync/DataSyncService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Myshipping.Application/Service/DataSync/DataSyncService.cs b/Myshipping.Application/Service/DataSync/DataSyncService.cs index e04a51ae..fcea781f 100644 --- a/Myshipping.Application/Service/DataSync/DataSyncService.cs +++ b/Myshipping.Application/Service/DataSync/DataSyncService.cs @@ -2383,6 +2383,7 @@ namespace Myshipping.Application { var list = await _vesselinfo.AsQueryable().Filter(null, true) .Where(x => x.Sign == false && x.ATD == null + &&x.IsDeleted==false && x.TenantId == UserManager.TENANT_ID && (x.Voyno != null && x.Voyno != "") && x.ETD < DateTime.Today.AddDays(20)) //2023年7月19日,根据吴悦蓉反馈,查询3周左右的即可,再远的无效,而且也会产生无效提醒