jpa中一个问题
我在jpa更新一个对象以后,在点击分页,它报了一个
org.springframework.orm.jpa.JpaSystemException: org.hibernate.HibernateException: More than one row with the given identifier was found: 917509, for class: com.easyjf.ec.domain.BillProcess; nested exception is javax.persistence.PersistenceException: org.hibernate.HibernateException: More than one row with the given identifier was found: 917509, for class: com.easyjf.ec.domain.BillProcess
郁闷啊 请教各位大侠.