/** * 拜访次数(当月日报拜访询价) 定时任务启动器 */ public without sharing class MonthlyVisitBatch1Schedule implements Schedulable { public void execute(SchedulableContext SC) { Database.executeBatch(new MonthlyVisitBatch1(), 100); } }