|
|
@ -8,7 +8,7 @@ import javax.servlet.http.HttpServletResponse;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
|
|
|
@WebServlet(name = "S_SecretaryFillOpeningReportRecord")
|
|
|
|
@WebServlet(name = "secretary-fill-opening-report-record")
|
|
|
|
public class S_SecretaryFillOpeningReportRecord extends HttpServlet {
|
|
|
|
public class S_SecretaryFillOpeningReportRecord extends HttpServlet {
|
|
|
|
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
|
|
|
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
|
|
|
String id = request.getParameter("id");
|
|
|
|
String id = request.getParameter("id");
|
|
|
|