最简单的原因是ID错误
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [cn.cedex.srm.model.ShipNoticeOrder#A1093080516094434, ]
...
之前前台给后台传参数时。传了两个ID过去,一个从input中传过去的,一个已参数的形式传过去的。结果webwork后台接收到的ID时 “ID1, ”因此Hibernata查询不到这个ID对应的记录了。