From 448bab4f25679b881e37928dd5b206a8b2445a39 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Sat, 29 Jun 2024 14:00:35 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs index 81f464bb..dec6060e 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs @@ -510,7 +510,7 @@ namespace Tnb.ProductionMgr if (prdMaterialReceiptH.first_feed) { await db.Updateable() - .SetColumns(x => x.first_feed == true) + .SetColumns(x => x.first_feed == false) .Where(x => x.id == prdMaterialReceiptH.id) .ExecuteCommandAsync();