From 0913862c088ba845fee09a2fb713b2affc2c0b5a Mon Sep 17 00:00:00 2001
From: DESKTOP-0K9VGFE\hp <pengkun@prec-tech.com>
Date: 星期五, 11 三月 2022 19:44:09 +0800
Subject: [PATCH] Merge branch 'OBPM_705_706'
---
force-app/main/default/classes/IsValidLicenseBatch.cls | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/IsValidLicenseBatch.cls b/force-app/main/default/classes/IsValidLicenseBatch.cls
index 5fff537..1ef52fd 100644
--- a/force-app/main/default/classes/IsValidLicenseBatch.cls
+++ b/force-app/main/default/classes/IsValidLicenseBatch.cls
@@ -39,7 +39,10 @@
//2021-03-05 mzy WLIG-BYHD79 SFDC鐜batch鍚堝苟璋冩煡 start
if(!Test.isRunningTest() &&IsNeedExecute==true){
//batch閲岃皟鐢ㄤ笅涓�涓猙atch鏃讹紝甯屾湜璺熷師鏈夌殑Schedule閲岄潰浼犵殑鏉℃暟淇濇寔涓�鑷�
- Id execBTId = Database.executebatch(new ConsumAutoSelectBatch(true));
+ // 20220309 ljh SFDC-CC73U5 132 鍔ㄧ墿瀹為獙&ET灞曠 閿佸畾宸茶繃鏈熷簱瀛� start
+ // Id execBTId = Database.executebatch(new ConsumAutoSelectBatch(true));
+ Id execBTId = Database.executebatch(new SetOlympusCalendarWorkDayBatch(true),200);
+ // 20220309 ljh SFDC-CC73U5 132 鍔ㄧ墿瀹為獙&ET灞曠 閿佸畾宸茶繃鏈熷簱瀛� end
}
//2021-03-05 mzy WLIG-BYHD79 SFDC鐜batch鍚堝苟璋冩煡 end
}
--
Gitblit v1.9.1