public String queryList(String json) throws Exception {

    String domresult = sgPersonLibraryDao.queryList(json);
    return domresult;
  }