From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111

---
 force-app/main/default/classes/UpdateTenderInformation01Batch.cls |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/UpdateTenderInformation01Batch.cls b/force-app/main/default/classes/UpdateTenderInformation01Batch.cls
index a42cc4d..ad317f0 100644
--- a/force-app/main/default/classes/UpdateTenderInformation01Batch.cls
+++ b/force-app/main/default/classes/UpdateTenderInformation01Batch.cls
@@ -34,6 +34,9 @@
     }
     global void finish(Database.BatchableContext BC) {
         Id execBTId = Database.executeBatch(new UpdateInquiryFormConfirmationBatch(), 100); 
+        //璇环娴佺▼鏀瑰杽 fy start
+        Id execBTId2 = Database.executeBatch(new UpdateTenderInformationBatch2(),100);
+        //璇环娴佺▼鏀瑰杽 fy end
     }
      public static void justForTest() {
         Integer i = 0;

--
Gitblit v1.9.1