public String getDeptByUser() throws Exception {
   String userid = getUserInfo().getUserid();
   String strDic = dataDictionaryService.getDeptByUser(userid);
   this.renderText(response, strDic);
   return null;
 }