yangys
2024-09-27 26f8e5990686bdba2119024a260d986266506757
collect/src/main/java/com/qianwen/mdc/collect/handler/CountDataHandler.java
@@ -17,6 +17,6 @@
        IOutputAggregateService outputAggregateService = (IOutputAggregateService) SpringUtil.getBean(IOutputAggregateService.class);
        outputAggregateService.outputRealTimeAggregate(workstationOutput);
        */
        //log.info("产量tdengine 实时聚合完成:数据{} ", workstationOutput);
        //log.info("产量 实时聚合完成:数据{} ", workstationOutput);
    }
}