From bc695ca6f460d9d2ad2d0f2b05c5658cc6a21360 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期六, 07 九月 2024 08:52:54 +0800
Subject: [PATCH] sysUser表增加默认值

---
 MES.Service/service/WomcaaManager.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/MES.Service/service/WomcaaManager.cs b/MES.Service/service/WomcaaManager.cs
index bdddbe0..88024a6 100644
--- a/MES.Service/service/WomcaaManager.cs
+++ b/MES.Service/service/WomcaaManager.cs
@@ -113,7 +113,8 @@
             Caa016 = dto.FMemoItem,
             Caa018 = Convert.ToDecimal(dto.planId),
             Caa019 = Convert.ToDecimal(dto.planSeq),
-            Caa020 = dto.planNum
+            Caa020 = dto.planNum,
+            FENTRYID = Convert.ToDecimal(dto.FMOENTRYID)
         };
 
         var single = base.GetSingle(it => it.Erpid == entity.Erpid);

--
Gitblit v1.9.3