Example #1
0
 public String queryAllColony() throws JDBCException {
   getRoot().setRecords(acctConfigComponent.findViewDict(DictKey.CUST_COLONY.toString()));
   return JSON_RECORDS;
 }