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/StaticParameter.cls | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/StaticParameter.cls b/force-app/main/default/classes/StaticParameter.cls index c13c666..fef4b69 100644 --- a/force-app/main/default/classes/StaticParameter.cls +++ b/force-app/main/default/classes/StaticParameter.cls @@ -61,6 +61,12 @@ // 璺宠繃NFM701鎺ュ彛 public static Boolean EscapeNFM701Trigger = true; + // 璺宠繃NFM106鎺ュ彛 + public static Boolean EscapeNFM106Trigger = false; + + // 棰勬祴璺宠繃璇环鍜屾敞娈� + public static Boolean EscapeOppandStaTrigger = false; + public StaticParameter(){ } -- Gitblit v1.9.1