yangys
2024-11-02 f69073b835f1a0c66590130e1830edcdd75ebb8a
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();