From 5c01ebbfddb6b8674430b47c22977bea2e350084 Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期三, 13 四月 2022 10:58:46 +0800
Subject: [PATCH] BackupPIPLFunction0413

---
 force-app/main/default/classes/NewAndEditLeadController.cls |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/NewAndEditLeadController.cls b/force-app/main/default/classes/NewAndEditLeadController.cls
index 6ff38fd..b75e931 100644
--- a/force-app/main/default/classes/NewAndEditLeadController.cls
+++ b/force-app/main/default/classes/NewAndEditLeadController.cls
@@ -134,6 +134,11 @@
             // if(mso.containsKey('CF00N10000006qNtt_lkid ')){
             //     controller.getRecord().put('Department_Class__c',mso.get('CF00N10000006qNtt_lkid '));
             // }
+            // 2022-04-13 鏉ユ簮 jz start
+            if (mso.containsKey('LeadSource')) {
+                controller.getRecord().put('LeadSource', mso.get('LeadSource'));
+            }
+            // 2022-04-13 鏉ユ簮 jz end
             rtTypeId = ApexPages.currentPage().getParameters().get('RecordType');
             obj.put('OwnerId',UserInfo.getUserId());
         }

--
Gitblit v1.9.1