From 4aaf9a514e4c8a71c0a88c696c9558744648ac17 Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Fri, 16 Dec 2022 10:39:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/evaluationindex/impl/PingYinEventServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/service/evaluationindex/impl/PingYinEventServiceImpl.java b/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/service/evaluationindex/impl/PingYinEventServiceImpl.java index e605d5e291..154f654a98 100644 --- a/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/service/evaluationindex/impl/PingYinEventServiceImpl.java +++ b/epmet-module/data-aggregator/data-aggregator-server/src/main/java/com/epmet/dataaggre/service/evaluationindex/impl/PingYinEventServiceImpl.java @@ -39,7 +39,7 @@ import java.util.List; * @Description 指标统计服务 */ @Service -@DataSource(DataSourceConstant.EVALUATION_INDEX_READ) +@DataSource(DataSourceConstant.EVALUATION_INDEX) @Slf4j public class PingYinEventServiceImpl implements PingYinEventService {