buli
2022-03-10 a48ed9f335db52a433a2b343ff9636a28ee8a97f
force-app/main/default/classes/StaticParameter.cls
@@ -55,6 +55,12 @@
    public static Boolean EscapeAgencyOpportunityTrigger = false;
    // 所有人变更的逻辑只在batch处理和相关性确认的时候触发 fxk 2021/9/28 Star
    public static Boolean EscapeOtherUpdateTenOwner = true;
    public static Boolean EscapeContactToUser = false;
    // 跳过NFM701接口
    public static Boolean EscapeNFM701Trigger = true;
    public StaticParameter(){
    }