<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/field_manager/include/manager_head.jsp"%> <% String c_home = r_call(request.getParameter("c_home")); String c_no = r_call(request.getParameter("c_no")); %>
평가지표 변경
* 표시가 있는 항목은 반드시 입력해 주세요.
<% String sql1=" SELECT * from tbl_point_ji where c_home = " + c_home + " and c_maker = 0 and c_use=0 and c_change=0 and c_no = " + c_no; ResultSet rst = stmt.executeQuery(sql1); if (rst.next()) { %>
*평가지표 명 " id="" style="width:300px" maxlength="50"/>
<% }else{ %> <% } rst.close(); %>
수정 취소
<%@include file="/field_manager/include/manager_bottom.jsp"%>