debug condition

hechu1
zhai_lw 6 years ago
parent 3976d3677e
commit ed7bcee5b9

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

@ -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");

Loading…
Cancel
Save