From 9132435364c78b211a9698dea9af3b8800590307 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Wed, 9 Oct 2024 16:52:28 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs index a93695fe..d6a6aecd 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMaterialReceiptService.cs @@ -651,9 +651,9 @@ namespace Tnb.ProductionMgr carry_code = carry.carry_code, // remark = input.remark, mbom_process_id = moTask.mbom_process_id, - create_id = _userManager.UserId, + create_id = userId, create_time = DateTime.Now, - org_id = _userManager.GetUserInfo().Result.organizeId + org_id = orgId }; insertFHList.Add(prdFeedingH);