From e3c02c03dd2de442bbced87236f60a13a1cd154e Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 02 三月 2023 17:51:57 +0800
Subject: [PATCH] gzw 正式环境最新代码更新

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

diff --git a/force-app/main/default/classes/StaticParameter.cls b/force-app/main/default/classes/StaticParameter.cls
index 86ef8a7..7a03c79 100644
--- a/force-app/main/default/classes/StaticParameter.cls
+++ b/force-app/main/default/classes/StaticParameter.cls
@@ -59,11 +59,14 @@
     public static Boolean EscapeContactToUser = false;
     
     // 璺宠繃NFM701鎺ュ彛
-    public static Boolean EscapeNFM701Trigger = true;
+    public static Boolean EscapeNFM701Trigger = false;
 
     // 璺宠繃NFM106鎺ュ彛
     public static Boolean EscapeNFM106Trigger = false;
 
+    // 棰勬祴璺宠繃璇环鍜屾敞娈�
+    public static Boolean EscapeOppandStaTrigger = false;
+
     public StaticParameter(){
     }
 

--
Gitblit v1.9.1