From b3dc8e8ce0a120b4f484ef787abd21832c40ec63 Mon Sep 17 00:00:00 2001
From: 彭锟 <pengkun@prec-tech.com>
Date: 星期日, 24 四月 2022 10:07:34 +0800
Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG

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

diff --git a/force-app/main/default/classes/Sfdc2PoContactBatch.cls b/force-app/main/default/classes/Sfdc2PoContactBatch.cls
index 6d971cc..250ee26 100644
--- a/force-app/main/default/classes/Sfdc2PoContactBatch.cls
+++ b/force-app/main/default/classes/Sfdc2PoContactBatch.cls
@@ -21,11 +21,14 @@
                 AND  ((Isactive__c = '鏈夋晥' 
                 AND SendToComPlat__c = true) OR SendToComPlat__c = true)
         ]);
-        // 缁忛攢鍟嗗拰鍖婚櫌瀹㈡埛浜哄憳鏁版嵁閮介渶瑕侀噸鏂版墽琛� thh 20220411 start
+        // 缁忛攢鍟嗗拰鍖婚櫌瀹㈡埛浜哄憳鏁版嵁閮介渶瑕侀噸鏂版墽琛� thh 20220411 end
 
     }
 
     global void execute(Database.BatchableContext BC, list < Contact > senContactList) {
+        // 璺宠繃ContactTriggerHandler,鍚﹀垯浼氭姤閿� thh 20220411 start
+        Oly_TriggerHandler.bypass('ContactTriggerHandler');
+        // 璺宠繃ContactTriggerHandler,鍚﹀垯浼氭姤閿� thh 20220411 end
         List < String > conatctIdList = new List < String > ();
         for (Contact con: senContactList) {
             // 鍖婚櫌 瀹㈡埛浜哄憳 缁熶竴骞冲彴缂栫爜 鍙戦�� PO

--
Gitblit v1.9.1