调整预任务生成代码逻辑
This commit is contained in:
@@ -322,6 +322,10 @@ namespace Tnb.WarehouseMgr
|
||||
await _db.Ado.RollbackTranAsync();
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
_ = InvokeGenPretaskExcute();
|
||||
}
|
||||
return Task.FromResult(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user