From 0f44cb1a0b7b36860e9ce81c1eac9e395d87f0b4 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期一, 05 六月 2023 13:53:18 +0800 Subject: [PATCH] mergecode into lex dtt --- force-app/main/default/classes/ConsumAutoSelectBatchSchedule.cls | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/ConsumAutoSelectBatchSchedule.cls b/force-app/main/default/classes/ConsumAutoSelectBatchSchedule.cls index d1f5dae..835c77d 100644 --- a/force-app/main/default/classes/ConsumAutoSelectBatchSchedule.cls +++ b/force-app/main/default/classes/ConsumAutoSelectBatchSchedule.cls @@ -1,5 +1,9 @@ global class ConsumAutoSelectBatchSchedule implements Schedulable { global void execute(SchedulableContext sc) { ConsumAutoSelectBatch.run(); + // 2023/04/19 add SummaryContractFMBatch + Id execBTId = Database.executeBatch(new SummaryContractFMBatch(),100); + //2023/05/11 add SummaryConsumptionRateBatch + Id execConsumptionRateId = Database.executeBatch(new SummaryConsumptionRateBatch(),100); } } \ No newline at end of file -- Gitblit v1.9.1