%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="com.biz_nis.cmn.CommonMethod" %>
<%@ page import="com.biz_nis.fndtInfoMgt.entpMgt.EntpMgtDAO" %>
<%@ page import="com.biz_nis.fndtInfoMgt.entpMgt.EntpMgtDTO" %>
<%@ page import="org.apache.log4j.Logger" %>
<%
Logger l_oLogger = Logger.getLogger( "" );
//parameter
int p_nCurPage = CommonMethod.intNullChk(request.getParameter("cur_page"), 1);
int p_nListSize = CommonMethod.intNullChk(request.getParameter("list_size"), 10);
String p_sSlct_flag = CommonMethod.nullChk(request.getParameter("slct_flag"), "mbr_id");
String p_sSrch_text = CommonMethod.nullChk(request.getParameter("srch_text"));
String p_sSlct_entp_idstry = CommonMethod.nullChk(request.getParameter("slct_entp_idstry"));
String p_sSlct_entp_dstic = CommonMethod.nullChk(request.getParameter("slct_entp_dstic"));
String p_sEntp_seq = CommonMethod.nullChk(request.getParameter("entp_seq"));
EntpMgtDAO l_oEntpMgtDAO = new EntpMgtDAO();
EntpMgtDTO l_oEntpMgtDTO = new EntpMgtDTO();
l_oEntpMgtDTO = (EntpMgtDTO)l_oEntpMgtDAO.getEntpMgtInfo( CommonMethod.intNullChk(p_sEntp_seq) );
String l_entp_idstry = CommonMethod.nullChk( l_oEntpMgtDTO.getEntp_idstry() );
String l_entp_dstic = CommonMethod.nullChk( l_oEntpMgtDTO.getEntp_dstic() );
%>
▒▒▒ SCG ▒▒▒
<%@ include file = "/include/inc_sub_top.jsp"%>
<%@ include file = "/include/inc_sub_left_menu_fndt_info_mgt.jsp"%>
|
 |
|
업체정
보관리
|
|
|
|
<%@ include file = "/include/inc_sub_bottom.jsp"%>