This commit is contained in:
alex
2023-08-04 11:27:37 +08:00
parent cf23a50ee9
commit 6ad92877b9
3 changed files with 3 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ namespace Tnb.WarehouseMgr
[HttpPost]
public async Task GenTaskExecute(CancellationTokenSource? cts = default)
{
Stopwatch sw = Stopwatch.StartNew();
var db = _db.CopyNew();
try