%@ 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"));
%>
Change in evaluation index
|
* Please be sure to enter items marked with a mark..
|
<%
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()) {
%>
<% }else{
%>
<%
}
rst.close();
%>
|
<%@include file="/field_manager/include/manager_bottom.jsp"%>