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 @@
- +