force-app/main/default/classes/lexRentalApplyController.cls
@@ -15,11 +15,11 @@ res.accountId = re.Account__c; res.recordTypeId = Schema.SObjectType.Report__c.getRecordTypeInfosByName().get(lexLightingButtonConstant.RECORD_TYPE_NAME_BY_FOLLOW_THE_STAGE).getRecordTypeId(); } catch (Exception e) { throw new AuraHandledException(e.getMessage()); System.debug(e.getMessage()); } return res; } class InitData{ public class InitData{ @AuraEnabled public String hospitalId; @AuraEnabled