This commit is contained in:
DEVICE8\12494
2023-04-25 17:27:38 +08:00
parent 6999acbeb4
commit b1f04f8a43

View File

@@ -301,7 +301,6 @@ namespace Tnb.ProductionPlanMgr
{
await db.Ado.BeginTranAsync();
row = await db.Storageable(entity).ExecuteCommandAsync();
var taskLogEntity = input.Adapt<PrdTaskLog>();
taskLogEntity.id ??= SnowflakeIdHelper.NextId();
@@ -381,6 +380,7 @@ namespace Tnb.ProductionPlanMgr
.Where(it => it.id == input.icmo_id)
.ExecuteCommandHasChangeAsync();
}
#endregion
}
}