Example #1
0
 public String queryAcctConfigForAdd() throws JDBCException {
   getRoot().setRecords(acctConfigComponent.queryAcctConfigForAdd(countyId, colony));
   return JSON_RECORDS;
 }