From a48ed9f335db52a433a2b343ff9636a28ee8a97f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 10 三月 2022 18:53:59 +0800
Subject: [PATCH] New xml file for PIPL20220310
---
force-app/main/default/classes/NFM606Controller.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/NFM606Controller.cls b/force-app/main/default/classes/NFM606Controller.cls
index 9d62d6e..25f5159 100644
--- a/force-app/main/default/classes/NFM606Controller.cls
+++ b/force-app/main/default/classes/NFM606Controller.cls
@@ -116,7 +116,7 @@
ged.Mobile = String.isNotBlank(con.UniqueNumber__c) ? con.UniqueNumber__c:con.MobilePhone;//鎵嬫満
ged.PersonManagementCode = con.CManageCode__c; //浜哄憳绠$悊缂栫爜
ged.Status = '鏈夋晥'.equals(con.Isactive__c) ? true:false ;//鐘舵��
- ged.Name = '';//濮撳悕
+ ged.Name = con.Name;//濮撳悕
ged.Email = '';
ged.Hospital =''; //鍖婚櫌缂栫爜
ged.Department = ''; //绉戝缂栫爜
@@ -136,7 +136,7 @@
}
// 缁忛攢鍟�
if ('01210000000QfWiAAK'.equals(con.RecordTypeId)) {
- ged.Name = con.Name;//濮撳悕
+ //ged.Name = con.Name;//濮撳悕
ged.Account = con.Account.Name;//缁忛攢鍟嗗悕
ged.AgentCode = con.Account.Management_Code__c;//缁忛攢鍟嗙紪鐮�
ged.AgentUserType = String.isBlank(con.ContactType__c) ? '': con.ContactType__c.replaceAll(';',',');//浜哄憳绫诲瀷
--
Gitblit v1.9.1