yangjieke
2022-04-02 5c31207724abdf323a9c0c37ecc3eb0b72d1ac4b
1
2
3
4
5
global class ConsumTrialNotUploadRemindBatchSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        Id execBTId = database.executebatch(new ConsumTrialNotUploadRemindBatch(true),200);
    }
}