bug处理
This commit is contained in:
@@ -76,9 +76,9 @@ namespace Tnb.WarehouseMgr
|
||||
private readonly IRunService _runService;
|
||||
|
||||
public static SemaphoreSlim s_floor2CreatePretask = new(1);
|
||||
public SemaphoreSlim s_taskCommonCreatePretask = new(1);
|
||||
public SemaphoreSlim s_taskGenPreTask = new(1);
|
||||
public SemaphoreSlim s_GenTaskExecute = new(1);
|
||||
public static SemaphoreSlim s_taskCommonCreatePretask = new(1);
|
||||
public static SemaphoreSlim s_taskGenPreTask = new(1);
|
||||
public static SemaphoreSlim s_GenTaskExecute = new(1);
|
||||
|
||||
public Func<string, int, Task> AddUnExecuteTask { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user