From b4b8a2df1f478030bb321b6ac558f13fbbffbb07 Mon Sep 17 00:00:00 2001
From: 张宇恒 <bxyun0@163.com>
Date: 星期五, 23 十二月 2022 11:22:36 +0800
Subject: [PATCH] 修理接口新增触发条件

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

diff --git a/force-app/main/default/classes/ChoiceAssetControllerTest.cls b/force-app/main/default/classes/ChoiceAssetControllerTest.cls
index 77826d8..690c350 100644
--- a/force-app/main/default/classes/ChoiceAssetControllerTest.cls
+++ b/force-app/main/default/classes/ChoiceAssetControllerTest.cls
@@ -2,6 +2,7 @@
 private class ChoiceAssetControllerTest {
  @testSetup
 static void setupTestData() {
+        Oly_TriggerHandler.bypass('ContactTriggerHandler');
         ControllerUtil.EscapeNFM001Trigger = true;
         // 鐪�
         Address_Level__c al = new Address_Level__c();

--
Gitblit v1.9.1