From cc266a1e4080bb3ecc47ea4a202dd549545111e1 Mon Sep 17 00:00:00 2001
From: 游畅 <youchang@prec-tech.com>
Date: 星期六, 29 四月 2023 16:10:52 +0800
Subject: [PATCH] 贸易合规20230429

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

diff --git a/force-app/main/default/classes/BeforeSSOpportunityBatch.cls b/force-app/main/default/classes/BeforeSSOpportunityBatch.cls
index e9286ba..1447969 100644
--- a/force-app/main/default/classes/BeforeSSOpportunityBatch.cls
+++ b/force-app/main/default/classes/BeforeSSOpportunityBatch.cls
@@ -41,6 +41,9 @@
     }
 
     global void execute(Database.BatchableContext BC, List<sObject> scope) {
+        // SWAG-CE55BX 棰勬祴浼樺寲 start
+        StaticParameter.EscapeOppandStaTrigger = true;
+        // SWAG-CE55BX 棰勬祴浼樺寲 end
         List<Opportunity> oppUpdateList = new List<Opportunity>();
         List<Opportunity> updateList = [select id,Inquiry_forcast_date_formular__c,Inquiry_forcast_date_copy__c
                                                 ,OCM_man_province_cus__c,OCM_man_province_cus_txt__c

--
Gitblit v1.9.1