From 962519811b7c4be07f30d09e791798b0ea79d3ae Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:54:02 +0800
Subject: [PATCH] 同步代码

---
 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