1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user