ofbiz中的对象的findByPrimaryKeyCache方法和findByPrimaryKey方法
使用findByPrimaryKeyCache取得的对象是无法进行修改的,如果需要调用GenericValue的set方法,那需要使用findByPrimaryKey方法来取得对象。