黄千龙
2023-03-08 962519811b7c4be07f30d09e791798b0ea79d3ae
force-app/main/default/classes/AssetUseInfoSchedule.cls
@@ -8,7 +8,7 @@
global class AssetUseInfoSchedule implements Schedulable {
   global void execute(SchedulableContext sc) {
      // 保有设备前一年使用情况记录(每年12月31日执行)
      if(Test.isRunningTest() || checkDate(date.today().addDays(-1))){
      if(Test.isRunningTest() || checkDate(date.today().addDays(-2))){
         Id execBTId = Database.executeBatch(new AssetUseInfoBatch(), 200);
      }
   }