nested exception is org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [com.nstc.fts.domain.BcmAccountGroup#49]
解决方法:
this.getHibernateTemplate().getSessionFactory().getCurrentSession().clear();