李彤
2022-11-18 9ae452e93335a603a4cb22b7314f633c5e0bce25
1
2
3
4
5
6
7
8
global class AgencyHospitalLinkSchedule implements Schedulable {
    global void execute(SchedulableContext sc) {
        // 2021-03-10  mzy  WLIG-BYHD79  SFDC环境batch合并调查  是否符合执行条件 start
        //Id execBTId = Database.executeBatch(new AgencyHospitalLinkBatch(),50);
        Id execBTId = Database.executeBatch(new AgencyHospitalLinkBatch(true),50);
        // 2021-03-10  mzy  WLIG-BYHD79  SFDC环境batch合并调查  是否符合执行条件 end
    }
}