From cc7487a59bd4b0fa5bed1dd59f6d0565ace81b8b Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期五, 21 四月 2023 09:48:22 +0800
Subject: [PATCH] opd计划Cl3

---
 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