李金换
2022-03-23 c9ab7e590eb8e8bcc1815d562b86b69b2b3ef650
1
2
3
4
5
6
7
8
global class UpdateHospitalOppDateSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        //2021-03-05  mzy  WLIG-BYHD79  SFDC环境batch合并调查  start
        //Id execBTId = Database.executeBatch(new UpdateHospitalOppDateBatch(), 100);
        Id execBTId = Database.executeBatch(new UpdateHospitalOppDateBatch(true), 100);
        //2021-03-05  mzy  WLIG-BYHD79  SFDC环境batch合并调查  end
    }
}