Commit 285bbcd1 by huangjinxin

fix:不使用BeanUtil

1 parent e904ad51
......@@ -78,8 +78,8 @@ public class RoleService {
roleResourceDao.save(roleResourceEntity);
}
}
roleInfo = BeanUtil.copyProperties(roleEntity, RoleInfo.class);
// roleInfo = BeanUtil.copyProperties(roleEntity, RoleInfo.class);
roleInfo.setId(roleEntity.getId());
log.info("新增角色信息:" + JSONObject.toJSONString(roleEntity));
return roleInfo;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!