This commit is contained in:
2024-06-29 14:00:35 +08:00
parent 3bda36ae02
commit 448bab4f25

View File

@@ -510,7 +510,7 @@ namespace Tnb.ProductionMgr
if (prdMaterialReceiptH.first_feed)
{
await db.Updateable<PrdMaterialReceiptH>()
.SetColumns(x => x.first_feed == true)
.SetColumns(x => x.first_feed == false)
.Where(x => x.id == prdMaterialReceiptH.id)
.ExecuteCommandAsync();