From 24bd6845c7857da19182025f434b495b2ee3ce05 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 10 二月 2022 19:21:37 +0800
Subject: [PATCH] 优化滞纳金

---
 service-fee/src/main/java/com/java110/fee/cmd/repairPoolNew/ListRepairPoolNewCmd.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/service-fee/src/main/java/com/java110/fee/cmd/repairPoolNew/ListRepairPoolNewCmd.java b/service-fee/src/main/java/com/java110/fee/cmd/repairPoolNew/ListRepairPoolNewCmd.java
index 1aad2e2..ebdc363 100644
--- a/service-fee/src/main/java/com/java110/fee/cmd/repairPoolNew/ListRepairPoolNewCmd.java
+++ b/service-fee/src/main/java/com/java110/fee/cmd/repairPoolNew/ListRepairPoolNewCmd.java
@@ -33,7 +33,7 @@
 import org.springframework.http.ResponseEntity;
 import org.springframework.http.HttpStatus;
 import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
+import com.java110.core.log.LoggerFactory;
 
 
 /**

--
Gitblit v1.8.0