Example #1
0
 /**
  * 取得城区下拉列表
  *
  * @return
  * @throws Exception
  */
 public String getZoneDDL() throws Exception {
   return StrutsUtil.renderJSON(systemService.getZoneDDL(cityId));
 }