From 25f056535350a0b80bad50d2cc45311998e5d1cd Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 09 十月 2023 18:28:00 +0800
Subject: [PATCH] 近期修改

---
 force-app/main/default/classes/lexRentalApplyController.cls |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/lexRentalApplyController.cls b/force-app/main/default/classes/lexRentalApplyController.cls
index 533fc4b..f58842b 100644
--- a/force-app/main/default/classes/lexRentalApplyController.cls
+++ b/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

--
Gitblit v1.9.1