From 7754b77b13ce5fb8c0355c856db0d82c768b7188 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期二, 25 十一月 2025 16:25:36 +0800
Subject: [PATCH] 来料检修改

---
 StandardInterface/MES.Service/service/QC/LljService.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/service/QC/LljService.cs b/StandardInterface/MES.Service/service/QC/LljService.cs
index b7a220c..eeb2956 100644
--- a/StandardInterface/MES.Service/service/QC/LljService.cs
+++ b/StandardInterface/MES.Service/service/QC/LljService.cs
@@ -72,6 +72,8 @@
                     CreateDate = a.CreateDate,
                     FcovertQty = a.FcovertQty,
                     DEPARTMENTNAME = a.DEPARTMENTNAME,
+                    FcheckBy = a.FcheckBy,
+                    Modify1By = a.Modify1By,
                     FngDesc = a.FngDesc,
                     UrgentFlag = a.UrgentFlag,
                     Ftype = a.Ftype,
@@ -154,6 +156,8 @@
                     UrgentFlag = a.UrgentFlag,
                     Ftype = a.Ftype,
                     LotNo1 = a.LotNo1,
+                    FcheckBy = a.FcheckBy,
+                    Modify1By = a.Modify1By,
                     EMERGENCY = a.EMERGENCY,
                     Status = a.Status,
                     IqcDate = a.IqcDate,

--
Gitblit v1.9.3