zhangchunxu
2023-07-14 63f4c248149d330215d2da44d3f9de08fdb3c0ef
force-app/main/default/classes/InquiryFormController.cls
@@ -33,6 +33,7 @@
            res.FSEOwnerId = report.FSE_Owner_id__c;
            res.FamilyName = report.Family_Name__c;
            res.JINGZHUOJISHU = getUserName(LightingButtonConstant.JINGZHUO_JISHU);
            res.Standard = Schema.SObjectType.Lead.getRecordTypeInfosByDeveloperName().get('Standard').getRecordTypeId();
            System.debug(LoggingLevel.INFO, '*** xu: ' + res);
        }catch(Exception e){
            System.debug(LoggingLevel.INFO, '*** exu: ' + e);
@@ -120,5 +121,7 @@
        public String FamilyName;
        @AuraEnabled
        public String JINGZHUOJISHU;
        @AuraEnabled
        public String Standard;
    }
}