黄千龙
2022-03-22 5fe3153e3a6908a5441733e656b574ef05d642bf
1
2
3
4
5
global class CreateOpportunityTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
        Database.executeBatch(new CreateOpportunityTaskBatch(null),20);
    }
}