/**
  * 查询账户明细
  *
  * @return
  * @throws JDBCException
  */
 public String queryAcctDetail() throws JDBCException {
   getRoot().setPage(acctConfigComponent.queryAcctDetail(acctId, start, limit));
   return JSON_PAGE;
 }