optimize
wet 2 years ago
parent 1210809f8e
commit fcc23a40f2

@ -69,7 +69,7 @@ namespace Myshipping.Application
private readonly SqlSugarRepository<BookingFile> _bookingfile;
private readonly SqlSugarRepository<DjyWebsiteAccountConfig> _accountconfig;
private readonly IBookingOrderService _bookingorderservice;
public DataSyncService(ILogger<DataSyncService> logger, ISysCacheService cache, SqlSugarRepository<BookingOrder> rep, SqlSugarRepository<BookingCtn> repCtn,
SqlSugarRepository<SysUser> repUser, SqlSugarRepository<SysTenant> repTenant, SqlSugarRepository<DjyCustomer> 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);
}
}

Loading…
Cancel
Save