buli
2022-05-13 2f4492ee18f90274582fcc2bb06f5e9bf64136e8
force-app/main/default/classes/DeleteSSBatch.cls
@@ -8,7 +8,7 @@
    global Database.QueryLocator start(Database.BatchableContext bc) {
        return Database.getQueryLocator([select Id from SS_Opportunity_detail_product__c]);
        return Database.getQueryLocator([select Id from SSBD_All_Report__c]);
    }