张宇恒
2022-04-01 1b73d255ea81d4c82e568cc7d7dcec5badae7f85
1
2
3
4
5
global class OpdAmountSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = Database.executeBatch(new OpdAmountBatch(), 100);
    }
}