From cc8faead523007deca7e0bded6967e8fc1f4c6bb Mon Sep 17 00:00:00 2001
From: Li Jun <buli@deloitte.com.cn>
Date: 星期三, 27 四月 2022 14:24:19 +0800
Subject: [PATCH] Commit controller lead

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

diff --git a/force-app/main/default/classes/NewAndEditLeadController.cls b/force-app/main/default/classes/NewAndEditLeadController.cls
index b75e931..6ff38fd 100644
--- a/force-app/main/default/classes/NewAndEditLeadController.cls
+++ b/force-app/main/default/classes/NewAndEditLeadController.cls
@@ -134,11 +134,6 @@
             // 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