From e42a9df5ac26b05cc8d35728bfd9f9d323bff73a Mon Sep 17 00:00:00 2001
From: 一生一代一双人 <754543560@qq.com>
Date: 星期二, 01 三月 2022 10:52:17 +0800
Subject: [PATCH] 测试提交
---
force-app/main/default/classes/RentalApplyTriggerHandler.cls | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/RentalApplyTriggerHandler.cls b/force-app/main/default/classes/RentalApplyTriggerHandler.cls
index d0edbd7..871a874 100644
--- a/force-app/main/default/classes/RentalApplyTriggerHandler.cls
+++ b/force-app/main/default/classes/RentalApplyTriggerHandler.cls
@@ -695,7 +695,16 @@
}
//鎷疯礉鍖婚櫌鐨勫競瀛楁
Map<Id, Account> accMap = new Map<Id, Account>();
+ // Set<Id> hpIdSetCopy = new Set<Id>();
+ // Integer count = 0;
if (hpIdSet.size() > 0) {
+ // for (Id a : hpIdSet) {
+ // hpIdSetCopy.add(a);
+ // count++;
+ // if (count>=99) {
+ // break;
+ // }
+ // }
accMap.putAll([SELECT Id, City_Master__r.Name, State_Text__c FROM Account WHERE Id IN: hpIdSet]);
for (Rental_Apply__c nObj : newList) {
if (accMap.containsKey(nObj.Hospital__c)) {
--
Gitblit v1.9.1