From b329ab986e250bb27e46ace97cf208f3b26d145a Mon Sep 17 00:00:00 2001
From: FUYU <fuyu@prec-tech.com>
Date: 星期一, 18 十二月 2023 17:38:15 +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