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()); }