Session session=sessionFactory.getCurrentSession();
为什么我的不可以,改成
Session session=sessionFactory.openSession();
就可以了
已解决