黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
force-app/main/default/classes/UpdateMonthlyContactSchedule.cls
@@ -3,5 +3,6 @@
      //MyBatchClass b = new MyBatchClass();
      //database.executebatch(b);
      Id execBTId = Database.executebatch(new UpdateMonthlyContactBatch(),50);
   }
}