出错信息如下:Hibernate: insert into OA_Email (title, content, save_type, create_time, create_personal, annex) values (?, ?, ?, ?, ?, ?)
Hibernate: select email_id, title, content, save_type, create_time as create_t5_, create_personal as create_p6_, annex from OA_Email where email_id =?
java.sql.SQLException: The start position is beyond the end of the data.
at net.sourceforge.jtds.jdbc.BlobImpl.setBinaryStream(BlobImpl.java:245)
at cn.com.hnkj.common.hibernate.HibernateDAOImpl.save(HibernateDAOImpl.java:189)
at cn.com.hnkj.common.spring.CommonServiceImpl.save(CommonServiceImpl.java:311)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
.......................