소스 검색

Merge branch 'master' of http://git.dayaedu.com/yonge/edu-saas

zouxuan 5 년 전
부모
커밋
c94702e826
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      edu-common/src/main/java/com/keao/edu/common/service/impl/BaseServiceImpl.java

+ 0 - 9
edu-common/src/main/java/com/keao/edu/common/service/impl/BaseServiceImpl.java

@@ -155,9 +155,6 @@ public abstract class BaseServiceImpl<PK extends Serializable, T> implements Bas
 			if(ps!=null){
 				ps.close();
 			}
-			if(null!=connection){
-				connection.close();
-			}
 			if(sqlSession!=null){
 				sqlSession.close();
 			}
@@ -220,9 +217,6 @@ public abstract class BaseServiceImpl<PK extends Serializable, T> implements Bas
 			if(ps!=null){
 				ps.close();
 			}
-			if(null!=connection){
-				connection.close();
-			}
 			if(sqlSession!=null){
 				sqlSession.close();
 			}
@@ -255,9 +249,6 @@ public abstract class BaseServiceImpl<PK extends Serializable, T> implements Bas
 			if(ps!=null){
 				ps.close();
 			}
-			if(null!=connection){
-				connection.close();
-			}
 			if(sqlSession!=null){
 				sqlSession.close();
 			}