public static SqlSession getSqlSession(boolean isAutoCommit) {return getSqlSessionFactory().openSession(isAutoCommit);}不是自动打开吗,怎么会是自动提交呢?
大咪
相关分类