diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs index d6a6aecd..4433edc4 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs @@ -803,8 +803,8 @@ namespace Tnb.ProductionMgr int row1 = await db.Insertable(insertHList).ExecuteCommandAsync(); int row2 = await db.Insertable(insertDList).ExecuteCommandAsync(); - int row3 = await db.Insertable(insertHList).ExecuteCommandAsync(); - int row4 = await db.Insertable(insertDList).ExecuteCommandAsync(); + int row3 = await db.Insertable(insertFHList).ExecuteCommandAsync(); + int row4 = await db.Insertable(insertFDList).ExecuteCommandAsync(); if (row1 <= 0 || row2 <= 0 || row3<=0 || row4<=0)