任务结束时调用 ,预任务执行

This commit is contained in:
yang.lee
2023-11-09 16:27:30 +08:00
parent 869c05c790
commit 665286f997

View File

@@ -829,6 +829,10 @@ namespace Tnb.WarehouseMgr
await _db.Ado.RollbackTranAsync(); await _db.Ado.RollbackTranAsync();
throw; throw;
} }
finally
{
_ = GenTaskExecute();
}
} }
/// <summary> /// <summary>
/// 出入库策略启用、禁用状态修改 /// 出入库策略启用、禁用状态修改