From a619299816f2f632c7c6ba3a1bb869e2c212797d Mon Sep 17 00:00:00 2001
From: fcx <2246384483@qq.com>
Date: 星期五, 19 十二月 2025 14:12:33 +0800
Subject: [PATCH] 对添加巡检单物料编码进行去重
---
StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs b/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs
index c8bc92c..328ff70 100644
--- a/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs
+++ b/StandardPda/MES.Service/service/BasicData/SysDepartmentManager.cs
@@ -83,7 +83,7 @@
throw new NotImplementedException("鍒犻櫎澶辫触");
}
-
+
///鏂颁唬鐮�
// 鎻掑叆鎴栨洿鏂伴儴闂ㄧ殑鏂规硶
private bool InsertOrUpdateDepartment(SqlSugarScope db,
@@ -113,7 +113,6 @@
CreateOrg = Convert.ToDecimal(department.FCreateOrgId),
UseOrg = Convert.ToDecimal(department.FUseOrgId),
ParentId = department.FParentID,
- FDOCUMENTSTATUS = department.FDocumentStatus,
Company = "1000",
Factory = "1000"
};
--
Gitblit v1.9.3