From 46eed722cd0431aa433bea2470b23015b8d83b3e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 21 二月 2022 10:03:25 +0800
Subject: [PATCH] 优化三亚物业 临时收费问题

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

diff --git a/service-fee/src/main/java/com/java110/fee/cmd/payFeeBatch/ListPayFeeBatchCmd.java b/service-fee/src/main/java/com/java110/fee/cmd/payFeeBatch/ListPayFeeBatchCmd.java
index 8a04311..17f566a 100644
--- a/service-fee/src/main/java/com/java110/fee/cmd/payFeeBatch/ListPayFeeBatchCmd.java
+++ b/service-fee/src/main/java/com/java110/fee/cmd/payFeeBatch/ListPayFeeBatchCmd.java
@@ -35,7 +35,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