141142143144145146147148149150151
setPropertyNullIfNecessary(vo); commonDao.store(vo); return vo; } else{ VgEntity oldEntity = this.get(vo.getClass() , vo.getId()); try { copyProperty(vo , oldEntity); } catch (Exception e) { e.printStackTrace(); }