张宇恒
2022-12-23 b4b8a2df1f478030bb321b6ac558f13fbbffbb07
1
2
3
4
5
global class CreateOpportunityTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext SC) {
        Database.executeBatch(new CreateOpportunityTaskBatch(null),20);
    }
}