This commit is contained in:
wangwenrui
2018-09-29 11:31:45 +08:00

View File

@@ -99,7 +99,7 @@ public class HibernateGeneralDaoImpl<T> extends HibernateDaoSupport implements H
txSession.flush(); txSession.flush();
tx.commit(); tx.commit();
txFlag = false; txFlag = false;
txSession.clear(); // txSession.clear();
tx = null; tx = null;
} }
} catch (Exception e) { } catch (Exception e) {