|
|
|
@ -8,7 +8,7 @@ import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
|
@WebServlet(name = "teacher-team-fill-opening-report-opinion")
|
|
|
|
|
@WebServlet("teacher-team-fill-opening-report-opinion")
|
|
|
|
|
public class S_TeacherTeamFillOpeningReportOpinion extends HttpServlet {
|
|
|
|
|
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
|
|
|
|
String id = request.getParameter("id");
|
|
|
|
@ -16,6 +16,6 @@ public class S_TeacherTeamFillOpeningReportOpinion extends HttpServlet {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
static String[] vName = {
|
|
|
|
|
""
|
|
|
|
|
"report_teacher_team_opinion"
|
|
|
|
|
};
|
|
|
|
|
}
|