yangys
2024-10-30 25db770e621f1259b8d5b7fd514207f7481c2d0f
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();