From bfca7a84bec815da594f1d12558535ed06d2490b Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 13 九月 2022 09:57:32 +0800
Subject: [PATCH] 本地提交备份

---
 force-app/main/default/classes/SoapApi.cls |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/force-app/main/default/classes/SoapApi.cls b/force-app/main/default/classes/SoapApi.cls
index 16cb4b9..bfaca1b 100644
--- a/force-app/main/default/classes/SoapApi.cls
+++ b/force-app/main/default/classes/SoapApi.cls
@@ -42,9 +42,6 @@
             layoutItem.layoutComponents.add(layoutComponent);
             return dlr;
         } else {
-            System.debug('=====1====='+sObjectType);
-        System.debug('=====2====='+recordTypeIds);
-        System.debug('=====3====='+layoutName);
             return soap.describeLayout(sObjectType, layoutName, recordTypeIds);
         }
     }
@@ -53,11 +50,7 @@
     // Map銇伅銆丷ecordTypeId(18妗�) => {api鍚� => r,w,wm}
     // 濡傛灉Object涓瀹氳褰曠被鍨嬶紝璇ユ柟娉曚笉鑳藉彇鍑哄搴旇褰曠被鍨嬬殑椤圭洰锛屼慨鏀瑰悗鏂规硶鍚嶏細getEditRWByRecordType --涓嬩竴涓柟娉�
     public static Map<String, Map<String, String>> getEditLayoutItemRW(String sObjectType, String[] recordTypeIds) {
-        System.debug('=====1====='+sObjectType);
-        System.debug('=====2====='+recordTypeIds);
         PartnerSoapSforceCom.DescribeLayoutResult dlr = describeLayout(sObjectType, null, recordTypeIds);
-         System.debug('=====1====='+sObjectType);
-        System.debug('=====2=====--------');
         Map<String, Map<String, String>> rtn = new Map<String, Map<String, String>>();
         for (Integer lidx = 0; lidx < dlr.layouts.size(); lidx++) {
             String recordTypeId = dlr.recordTypeMappings[lidx].recordTypeId;

--
Gitblit v1.9.1