黄千龙
2022-03-22 5fe3153e3a6908a5441733e656b574ef05d642bf
1
2
3
4
5
global class HistoryTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new HistoryTaskBatch());
    }
}