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