|
|
@ -47,9 +47,14 @@ public class MesOutgoingBackgroundWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
|
if (!confitem.Active) |
|
|
|
{ |
|
|
|
Logger.LogInformation($"{Outgoing} 已关闭没有执行!"); |
|
|
|
if (confitem.Status == 0) |
|
|
|
{ |
|
|
|
await configManager.UpsertStatusAsync("MES-OUT").ConfigureAwait(false); |
|
|
|
Logger.LogInformation($"{Outgoing} 运行已结束,更新接口运行状态!"); |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
Logger.LogInformation($"Write Issue"); |
|
|
|
var issueConvert = workerContext.ServiceProvider.GetRequiredService<IssuesConverter>(); |
|
|
|