From e3c02c03dd2de442bbced87236f60a13a1cd154e Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期四, 02 三月 2023 17:51:57 +0800
Subject: [PATCH] gzw 正式环境最新代码更新

---
 force-app/main/default/classes/AccountDailyUpdateBatchSchedule.cls |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/classes/AccountDailyUpdateBatchSchedule.cls b/force-app/main/default/classes/AccountDailyUpdateBatchSchedule.cls
index 3d95275..8d2da6f 100644
--- a/force-app/main/default/classes/AccountDailyUpdateBatchSchedule.cls
+++ b/force-app/main/default/classes/AccountDailyUpdateBatchSchedule.cls
@@ -13,12 +13,18 @@
         //Integer Soakup_NotExecute_Day = Integer.valueOf(System.Label.Soakup_NotExecute_Day);
         Integer SSBacth_Execute_Day = Integer.valueOf(System.Label.SSBacth_Execute_Day);
         if (workdays1 == SSBacth_Execute_Day || workdays != SSBacth_Execute_Day) {
-            Id execBTId = Database.executeBatch(new AccountDailyUpdateBatch('1.鍗庡寳'),4);
-            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('2.涓滃寳'),4);
-            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('3.瑗垮寳'),4);
-            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('4.瑗垮崡'),4);
-            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('5.鍗庝笢'),3);
-            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('6.鍗庡崡'),4);
+            // Id execBTId = Database.executeBatch(new AccountDailyUpdateBatch('1.鍗庡寳'),4);      // 2022-06-01   zyh   udate
+            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('2.涓滃寳'),4);     // 2022-06-01   zyh   udate
+            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('3.瑗垮寳'),4);     // 2022-06-01   zyh   udate
+            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('4.瑗垮崡'),4);     // 2022-06-01   zyh   udate
+            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('5.鍗庝笢'),3);     // 2022-06-01   zyh   udate
+            // execBTId = Database.executeBatch(new AccountDailyUpdateBatch('6.鍗庡崡'),4);     // 2022-06-01   zyh   udate
+            Id execBTId = Database.executeBatch(new AccountDailyUpdateBatch('1.鍗庡寳'),2);     // 2022-06-01   zyh   udate
+            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('2.涓滃寳'),2);        // 2022-06-01   zyh   udate
+            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('3.瑗垮寳'),2);        // 2022-06-01   zyh   udate
+            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('4.瑗垮崡'),2);        // 2022-06-01   zyh   udate
+            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('5.鍗庝笢'),2);        // 2022-06-01   zyh   udate
+            execBTId = Database.executeBatch(new AccountDailyUpdateBatch('6.鍗庡崡'),2);        // 2022-06-01   zyh   udate
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1