From 1312ba82d4c880bdb5357d28e0d4af5b285f610f Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期四, 10 三月 2022 15:54:39 +0800 Subject: [PATCH] 最近一月修改内容 --- 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