From d78deda8915cd85b98ffa2dde368c83a4a807b9b Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期三, 19 二月 2025 11:12:59 +0800 Subject: [PATCH] 获取取水口信息接口返回值中增加瞬时流量字段 --- pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StChargeByIc.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StChargeByIc.java b/pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StChargeByIc.java index 305d514..11d20f3 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StChargeByIc.java +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-statistics/src/main/java/com/dy/pipIrrStatistics/statistics/StChargeByIc.java @@ -1,7 +1,6 @@ package com.dy.pipIrrStatistics.statistics; -import org.apache.logging.log4j.LogManager; -import org.apache.logging.log4j.Logger; +import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @@ -10,10 +9,9 @@ * @Date: 2024/12/23 14:53 * @Description */ +@Slf4j @Component public class StChargeByIc { - - private static Logger log = LogManager.getLogger(StChargeByIc.class.getName()) ; @Autowired protected StChargeByIcSv sv ; -- Gitblit v1.8.0