发布项目时查询

This commit is contained in:
sjm
2023-07-08 18:23:23 +08:00
parent 6ae80f8a21
commit de9a19ca17

View File

@@ -276,4 +276,8 @@ public class projectService {
int num = projectDao.updateProject(projectName,fileAddress);
return num ;
}
public int selectCommentByProServlet(String projectName){
return projectDao.selectProjectByPname(projectName);
}
}