异常信息:
com.kingdee.bos.BOSException: Server Component wrap a Throwable. Exception Type is [javax.ejb.TransactionRolledbackLocalException]
Caused exception message is: 交易已经回滚。
表示当前事务已被回滚,
案例: addnew 方法出现异常,但是没有向外抛出,并且回滚了事务,导致后续的数据库操作都提示交易已经回滚。
解决方案:使用addnewBatchData 替代 addnew