From fcc23a40f2c4a8996e98229c77ac2cc92903e849 Mon Sep 17 00:00:00 2001 From: wet <1034391973@qq.com> Date: Tue, 9 May 2023 16:11:41 +0800 Subject: [PATCH] 1 --- .../Service/DataSync/DataSyncService.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Myshipping.Application/Service/DataSync/DataSyncService.cs b/Myshipping.Application/Service/DataSync/DataSyncService.cs index 51a58698..41abd5b6 100644 --- a/Myshipping.Application/Service/DataSync/DataSyncService.cs +++ b/Myshipping.Application/Service/DataSync/DataSyncService.cs @@ -69,7 +69,7 @@ namespace Myshipping.Application private readonly SqlSugarRepository _bookingfile; private readonly SqlSugarRepository _accountconfig; private readonly IBookingOrderService _bookingorderservice; - + public DataSyncService(ILogger logger, ISysCacheService cache, SqlSugarRepository rep, SqlSugarRepository repCtn, SqlSugarRepository repUser, SqlSugarRepository repTenant, SqlSugarRepository djycustomer, @@ -182,7 +182,7 @@ namespace Myshipping.Application } - + await _commonDBService.GetAllForwarder(false); } @@ -243,7 +243,7 @@ namespace Myshipping.Application } - + await _commonDBService.GetAllForwarder(false); } foreach (var item in model.ContactList) @@ -336,7 +336,7 @@ namespace Myshipping.Application } - + await _commonDBService.GetAllForwarder(false); } } else @@ -400,7 +400,7 @@ namespace Myshipping.Application } - + await _commonDBService.GetAllForwarder(false); } }