/**
  * 주어진 조건에 따른 공통코드를 불러온다.
  *
  * @param orgManageVO
  * @return List
  * @exception Exception
  * @see TABLE NAME : TN_USER
  */
 public List<EgovMap> selectDeptCombo(OrgManageVO orgManageVO) throws Exception {
   return userManageDAO.selectDeptCombo(orgManageVO);
 }