|
|
|
@ -20,7 +20,7 @@ public class S_ReviewerFillReview extends HttpServlet {
|
|
|
|
|
p.setGraduationDesignId(id);
|
|
|
|
|
p.setVMap(vMap);
|
|
|
|
|
try {
|
|
|
|
|
p.fillInformation();
|
|
|
|
|
p.TeacherTeamFillOpeningReportOpinion();
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
response.sendRedirect("/op_fail.jsp");
|
|
|
|
|