|
@ -42,6 +42,7 @@ public class MesIncomingBackgroundWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
//转换MesOut
|
|
|
//转换MesOut
|
|
|
await mesOutConverter.ConvertAsync(mesOutsFromExternalList).ConfigureAwait(false); |
|
|
await mesOutConverter.ConvertAsync(mesOutsFromExternalList).ConfigureAwait(false); |
|
|
|
|
|
|
|
|
|
|
|
//上海和安徽无此接口
|
|
|
//Logger.LogInformation($"Read PullTask");//拉动任务
|
|
|
//Logger.LogInformation($"Read PullTask");//拉动任务
|
|
|
//var pullTaskReader = workerContext.ServiceProvider.GetRequiredService<PullTaskReader>();
|
|
|
//var pullTaskReader = workerContext.ServiceProvider.GetRequiredService<PullTaskReader>();
|
|
|
//var pullTaskConverter = workerContext.ServiceProvider.GetRequiredService<PullTaskConverter>();
|
|
|
//var pullTaskConverter = workerContext.ServiceProvider.GetRequiredService<PullTaskConverter>();
|
|
@ -58,6 +59,8 @@ public class MesIncomingBackgroundWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
//转换Scrap
|
|
|
//转换Scrap
|
|
|
await scrapConverter.ConvertAsync(scrapsFromExternalList).ConfigureAwait(false); |
|
|
await scrapConverter.ConvertAsync(scrapsFromExternalList).ConfigureAwait(false); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//上海和安徽无此接口
|
|
|
//Logger.LogInformation($"Read Issue");
|
|
|
//Logger.LogInformation($"Read Issue");
|
|
|
//var pckHandleService = workerContext.ServiceProvider.GetRequiredService<IssueReader>();
|
|
|
//var pckHandleService = workerContext.ServiceProvider.GetRequiredService<IssueReader>();
|
|
|
//var pckConverter = workerContext.ServiceProvider.GetRequiredService<IssueConverter>();
|
|
|
//var pckConverter = workerContext.ServiceProvider.GetRequiredService<IssueConverter>();
|
|
|