From 296a7fad75bf71c7988e56aca3023c195808421b Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期三, 08 三月 2023 09:31:27 +0800 Subject: [PATCH] 20230307询价2期Batch增加入Schedule --- force-app/main/default/classes/OPDPlanMarkBatchSchedule.cls | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/OPDPlanMarkBatchSchedule.cls b/force-app/main/default/classes/OPDPlanMarkBatchSchedule.cls index 60cfcc9..d154be3 100644 --- a/force-app/main/default/classes/OPDPlanMarkBatchSchedule.cls +++ b/force-app/main/default/classes/OPDPlanMarkBatchSchedule.cls @@ -52,5 +52,6 @@ // 2021-02-19 XHL SWAG-BYD6DD End // ========================================================================================== Id execBTId5 = Database.executebatch(new AssetWhereabouts(),20); + Id execBTId1 = Database.executebatch(new EquipmentRepairBatch(),20); } } \ No newline at end of file -- Gitblit v1.9.1