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.setGraduationDesignId(id);
p.setVMap(vMap); p.setVMap(vMap);
try { try {
p.fillInformation(); p.teacherTeamFillOpeningReportOpinion();
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
response.sendRedirect("/op_fail.jsp"); response.sendRedirect("/op_fail.jsp");

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

Loading…
Cancel
Save