游畅
2023-04-29 cc266a1e4080bb3ecc47ea4a202dd549545111e1
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(){
    }