公告板
版本库
filestore
活动
搜索
登录
main
/
OlyMEBG
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
SWAG-CFDA6G 【委托】用户系统首页待提醒事项顺序调整
Liu Cheng
2022-06-23
7d6ee416efe023de6492fe1dcd67017882c9f182
[OlyMEBG.git]
/
force-app
/
main
/
default
/
classes
/
NextMonthVisitTwoSchedule.cls
1
2
3
4
5
6
global class NextMonthVisitTwoSchedule implements Schedulable {
global void execute(SchedulableContext sc) {
Database.executeBatch(new NextMonthVisitTwoBatch(), 20);
Database.executeBatch(new updateQISPDAddFour(), 20);
}
}