From 2f27dd0c211df123e449507d606105beda29cac2 Mon Sep 17 00:00:00 2001 From: yiru Date: Thu, 2 Oct 2025 13:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=9C=E8=B3=87=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AMESCoreStudio.Web/Controllers/PCSController.cs | 2 +- AMESCoreStudio.Web/Views/WHS/WHS025C.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AMESCoreStudio.Web/Controllers/PCSController.cs b/AMESCoreStudio.Web/Controllers/PCSController.cs index 08c3ec4..e3a8eaf 100644 --- a/AMESCoreStudio.Web/Controllers/PCSController.cs +++ b/AMESCoreStudio.Web/Controllers/PCSController.cs @@ -7576,7 +7576,7 @@ namespace AMESCoreStudio.Web.Controllers RuleStatus = "P", InputDate = DateTime.Now, LineId = (int)Wipinfo_LineID, - CreateUserID = item.CreateUserID, + CreateUserID = Userinfo_result.Select(s => s.UserID).FirstOrDefault(),//item.CreateUserID, GetRuleStation = new RuleStation { //RuleStationID = RuleStationID, diff --git a/AMESCoreStudio.Web/Views/WHS/WHS025C.cshtml b/AMESCoreStudio.Web/Views/WHS/WHS025C.cshtml index 1f2d9c2..bb63341 100644 --- a/AMESCoreStudio.Web/Views/WHS/WHS025C.cshtml +++ b/AMESCoreStudio.Web/Views/WHS/WHS025C.cshtml @@ -17,7 +17,7 @@
- +