1
This commit is contained in:
@@ -301,7 +301,6 @@ namespace Tnb.ProductionPlanMgr
|
|||||||
{
|
{
|
||||||
await db.Ado.BeginTranAsync();
|
await db.Ado.BeginTranAsync();
|
||||||
|
|
||||||
|
|
||||||
row = await db.Storageable(entity).ExecuteCommandAsync();
|
row = await db.Storageable(entity).ExecuteCommandAsync();
|
||||||
var taskLogEntity = input.Adapt<PrdTaskLog>();
|
var taskLogEntity = input.Adapt<PrdTaskLog>();
|
||||||
taskLogEntity.id ??= SnowflakeIdHelper.NextId();
|
taskLogEntity.id ??= SnowflakeIdHelper.NextId();
|
||||||
@@ -381,6 +380,7 @@ namespace Tnb.ProductionPlanMgr
|
|||||||
.Where(it => it.id == input.icmo_id)
|
.Where(it => it.id == input.icmo_id)
|
||||||
.ExecuteCommandHasChangeAsync();
|
.ExecuteCommandHasChangeAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user