张宇恒
2022-04-01 1b73d255ea81d4c82e568cc7d7dcec5badae7f85
1
2
3
4
5
global class CreateMaintenanceTaskBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new CreateMaintenanceTaskBatch(true));
    }
}