From 11b8fed5b40af2156a7668ce2c0ab1a28bba2e9b Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Fri, 5 Jul 2024 09:31:05 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs index 8da653a1..e4fe4588 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdFeedingService.cs @@ -427,7 +427,6 @@ namespace Tnb.ProductionMgr detail = await db.Queryable().Where(x => x.member_carry_code == input.carry_code && x.is_all_feeding == 0).FirstAsync(); } - if (prdMaterialReceiptH == null) { prdMaterialReceiptH = await db.Queryable()