public String jiesuo(String id) throws Exception {

    String domresult = sgPersonLibraryDao.jiesuo(id);
    return domresult;
  }