From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/classes/RentalApplyControllerLWT.cls | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/classes/RentalApplyControllerLWT.cls b/force-app/main/default/classes/RentalApplyControllerLWT.cls
index 9467271..4e1bc99 100644
--- a/force-app/main/default/classes/RentalApplyControllerLWT.cls
+++ b/force-app/main/default/classes/RentalApplyControllerLWT.cls
@@ -236,9 +236,9 @@
result.success = true;
result.errors = new List<String>();
// 瀹氫箟瀛楃涓插垪琛紝鍏朵腑鍖呭惈鑻ュ共 sObject 鐨� API 鍚嶇О
-List<String> objTypeList = new List<String>{'Account', 'ExampleCustomObj__c'};
-// 寰楀埌 Account 鍜� ExampleCustomObj__c 鐨勪俊鎭�
-Schema.DescribeSobjectResult[] results = Schema.describeSObjects(objTypeList);
+ //List<String> objTypeList = new List<String>{'Account', 'ExampleCustomObj__c'};
+ // 寰楀埌 Account 鍜� ExampleCustomObj__c 鐨勪俊鎭�
+ //Schema.DescribeSobjectResult[] results = Schema.describeSObjects(objTypeList);
return result;
}catch(Exception e){
result.success = false;
--
Gitblit v1.9.1