From ec3e7326246b5543089b14e53275e2aca8e39f96 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 06 六月 2023 14:01:39 +0800
Subject: [PATCH] 修改logback日志输出功能

---
 src/main/java/com/yssh/service/impl/AsyncServiceImpl.java |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/src/main/java/com/yssh/service/impl/AsyncServiceImpl.java b/src/main/java/com/yssh/service/impl/AsyncServiceImpl.java
index 98f1060..b67103c 100644
--- a/src/main/java/com/yssh/service/impl/AsyncServiceImpl.java
+++ b/src/main/java/com/yssh/service/impl/AsyncServiceImpl.java
@@ -3,22 +3,13 @@
 import java.util.List;
 import java.util.concurrent.CountDownLatch;
 
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 import org.springframework.stereotype.Service;
 
 import com.yssh.dao.BaseMapper;
 import com.yssh.service.IAsyncService;
 
-
 @Service
 public class AsyncServiceImpl implements IAsyncService {
-
-	protected final Log logger = LogFactory.getLog(this.getClass());
-	
-
 	@Override
 	public <T> void executeAsync(String tableName, List<T> lists, BaseMapper mapper, CountDownLatch countDownLatch) {
 		try{
@@ -28,5 +19,4 @@
             countDownLatch.countDown();// 寰堝叧閿�, 鏃犺涓婇潰绋嬪簭鏄惁寮傚父蹇呴』鎵цcountDown,鍚﹀垯await鏃犳硶閲婃斁
         }
 	}
-
 }

--
Gitblit v1.9.3