From 2e38b5c0b5e2ce302aed60be311f1c56986b1c06 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期一, 16 五月 2022 14:55:55 +0800 Subject: [PATCH] 【预测】预测问题 --- 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