From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +0800
Subject: [PATCH] 同步数据
---
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