force-app/main/default/classes/NFM601Batch.cls
@@ -1,5 +1,6 @@ global class NFM601Batch implements Database.Batchable<sObject>, Database.AllowsCallouts { public String query; public List < String > accountIdList; global NFM601Batch() { this.query = query; @@ -39,7 +40,6 @@ // // FROM Account WHERE (RecordTypeId = '01210000000Qem1AAC') AND Is_Active_Formula__c = '有效' // // ]); // } } global void execute(Database.BatchableContext BC , List<Account> accList) {