张宇恒
2022-12-23 b4b8a2df1f478030bb321b6ac558f13fbbffbb07
1
2
3
4
5
global class FixtureSetDetailDailyUpdateSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = Database.executeBatch(new FixtureSetDetailDailyUpdateBatch(), 100);
    }
}