From 389da49a4cf18d0971cc72a34c639b4b22ccd257 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 09:52:38 +0800
Subject: [PATCH] VMPage与controller

---
 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