张宇恒
2022-12-23 b4b8a2df1f478030bb321b6ac558f13fbbffbb07
1
2
3
4
5
global class OPDStrategyPersonShareBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Database.executeBatch(new OPDStrategyPersonShareBatch(), 50);
    }
}