Esempio n. 1
0
  /**
   * 코드 정보
   *
   * @param map
   * @return
   */
  @SuppressWarnings("unchecked")
  public List getCode(HashMap paramMap) {
    List list = null;
    try {
      list = null;
      list = chmanDao.getCode(paramMap);

    } catch (Exception e) {
      logger.error(e, e);
    }
    return list;
  }