public String getDeptByOrg() throws Exception {
   String org = getUserInfo().getUserorg();
   String strDic = dataDictionaryService.getDeptByOrg(org);
   this.renderText(response, strDic);
   return null;
 }