yangys
2024-10-30 c27b939fa5fa6ce4d712f7e9ced2ad811d69d5ec
smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/jobHandler/CacheNewCollectXxlJob.java
@@ -20,7 +20,8 @@
        this.collectService = collectService;
    }
    @XxlJob("allDmpCollectDataJobHandler")
    //暂时去掉,没有用
    //@XxlJob("allDmpCollectDataJobHandler")
    public ReturnT<String> allDmpCollectDataJobHandler(String param) throws Exception {
        XxlJobLogger.log("XXL-JOB, 获取DMP采集参数当前时间全量数据.....缓存构建开始", new Object[0]);
        this.collectService.cacheNowCollectData();