From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
force-app/main/default/classes/StaticParameter.cls | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/StaticParameter.cls b/force-app/main/default/classes/StaticParameter.cls
index c13c666..7a03c79 100644
--- a/force-app/main/default/classes/StaticParameter.cls
+++ b/force-app/main/default/classes/StaticParameter.cls
@@ -59,7 +59,13 @@
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