648540858
2023-07-05 deeff5533b2dd30ab7b74ca83bee9a7b39faf1d9
src/main/java/com/genersoft/iot/vmp/conf/DynamicTask.java
@@ -45,7 +45,6 @@
     * @return
     */
    public void startCron(String key, Runnable task, int cycleForCatalog) {
        System.out.println(cycleForCatalog);
        ScheduledFuture<?> future = futureMap.get(key);
        if (future != null) {
            if (future.isCancelled()) {