李彤
2022-09-23 d79fcb2a960e8b0e18fe039d892f98187b08866d
force-app/main/default/classes/NFM601Batch.cls
@@ -77,6 +77,8 @@
    }
    global void finish(Database.BatchableContext BC) {
        Id execBTId = Database.executeBatch(new NFM606Batch(), 200);
        if(!Test.isRunningTest()){
            Id execBTId = Database.executeBatch(new NFM606Batch(), 200);
        }
    }
}