From b1f04f8a43b364c58a43e22fcf7575320dc56124 Mon Sep 17 00:00:00 2001 From: "DEVICE8\\12494" Date: Tue, 25 Apr 2023 17:27:38 +0800 Subject: [PATCH] 1 --- ProductionMgr/Tnb.ProductionMgr/PrdMoService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMoService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMoService.cs index 629705df..ad1b76d0 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMoService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMoService.cs @@ -301,7 +301,6 @@ namespace Tnb.ProductionPlanMgr { await db.Ado.BeginTranAsync(); - row = await db.Storageable(entity).ExecuteCommandAsync(); var taskLogEntity = input.Adapt(); taskLogEntity.id ??= SnowflakeIdHelper.NextId(); @@ -381,6 +380,7 @@ namespace Tnb.ProductionPlanMgr .Where(it => it.id == input.icmo_id) .ExecuteCommandHasChangeAsync(); } + #endregion } } \ No newline at end of file