涂煌豪
2022-05-27 301bc0fb85cb5cd417830e26b2de139456d90839
1
2
3
4
5
global class ConsumTrialNotUploadRemindBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new ConsumTrialNotUploadRemindBatch(true),200);
    }
}