From 7f68ed6f7658db35544204ab5dcf6a3800e1b756 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期二, 22 三月 2022 17:49:57 +0800
Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG
---
force-app/main/default/classes/NFM624Rest.cls | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/NFM624Rest.cls b/force-app/main/default/classes/NFM624Rest.cls
index bc2be55..e1cb52f 100644
--- a/force-app/main/default/classes/NFM624Rest.cls
+++ b/force-app/main/default/classes/NFM624Rest.cls
@@ -509,6 +509,8 @@
dpt.Name = gedata.DepartmentName;
dpt.RecordTypeId = RecordTypeMap.get(gedata.DepartmentClass);
//鍥犱负娌℃湁鍖婚櫌绠$悊缂栫爜锛屾棤娉曟绱㈠埌鎴樼暐绉戝锛屾墍浠ュ湪缁欑瀹ょ殑鎴樼暐绉戝瀛楁璧嬪�兼椂绌烘寚閽�
+ //dpt.Department_Class__c = DepartmentClassMap.get(gedata.DepartmentClass).Id;
+ //dpt.ParentId = DepartmentClassMap.get(gedata.DepartmentClass).Id;
dpt.Department_Class__c = DepartmentClassMap.get(gedata.DepartmentClass).Id;
dpt.ParentId = DepartmentClassMap.get(gedata.DepartmentClass).Id;
if (string.isnotblank(personCode)) { //浜哄憳绠$悊缂栫爜瀛樺湪
--
Gitblit v1.9.1