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/PIHelper.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/PIHelper.cls b/force-app/main/default/classes/PIHelper.cls
index ba9adc6..e158b0c 100644
--- a/force-app/main/default/classes/PIHelper.cls
+++ b/force-app/main/default/classes/PIHelper.cls
@@ -108,9 +108,9 @@
traLog.SFRecordId__c = sfId;
traLog.Module__c = 'Upsert SF ' + module;
traLog.TransId__c = transId;
- traLog.Request__c = content;
traLog.Status__c = status;
- traLog.Response__c = respMsg;
+ // traLog.Request__c = content;
+ // traLog.Response__c = respMsg;
traLog.Interface_URL__c = traLog.Module__c;
insert traLog;
}catch(Exception e){
--
Gitblit v1.9.1