发布项目时查询

This commit is contained in:
sjm
2023-07-09 10:37:38 +08:00
parent c49f4c748b
commit b57664e4ee

View File

@@ -35,7 +35,7 @@ public class ret_Github_infoServlet extends HttpServlet {
PrintWriter writer = resp.getWriter();
String projectid = req.getParameter("projectId");
writer.println(githubservice.ret_Github_info(Integer.parseInt(projectid)););
writer.println(githubservice.ret_Github_info(Integer.parseInt(projectid)));
writer.close();
}
}