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();
tx.commit();
txFlag = false;
txSession.clear();
// txSession.clear();
tx = null;
}
} catch (Exception e) {