沙世明
2022-09-13 bfca7a84bec815da594f1d12558535ed06d2490b
force-app/main/default/classes/KPIPreviewScheduel.cls
@@ -1,6 +1,8 @@
global class KPIPreviewScheduel implements Schedulable {
   global void execute(SchedulableContext SC) {
      EquipmentRealCoverageBatch batch1 = new EquipmentRealCoverageBatch();
      Database.executeBatch(batch1);
      ASOTDeleteRealBatch batch3 = new ASOTDeleteRealBatch();
      Database.executeBatch(batch3);
   }
}