Open chfeizy opened 7 years ago
获取总数哪里会报错,链接是关闭的 connection holder is null
conn 使用这个代替 SqlSessionTemplate st = (SqlSessionTemplate) getSqlSession(); Connection conn = SqlSessionUtils.getSqlSession( st.getSqlSessionFactory(), st.getExecutorType(), st.getPersistenceExceptionTranslator()).getConnection();
网站没备案里面的好多文件也获取失败了
connection holder is null , 这个你得要看下AOP,是不是不在事务里,你如果用我的项目出现的这个情况,100%是这个问题。
第二,备案问题,是最近这个域名在换公司备案,所以有十来天的问题,现在使用可以更新代码,已经更新网址,把原来的open.sojson.com 换成 open.itboy.net 即可。
备案问题,应该下个星期就会好。
获取总数哪里会报错,链接是关闭的 connection holder is null
conn 使用这个代替 SqlSessionTemplate st = (SqlSessionTemplate) getSqlSession(); Connection conn = SqlSessionUtils.getSqlSession( st.getSqlSessionFactory(), st.getExecutorType(), st.getPersistenceExceptionTranslator()).getConnection();
网站没备案里面的好多文件也获取失败了