发布项目时查询

This commit is contained in:
sjm
2023-07-08 18:25:08 +08:00
parent 7df419fdd3
commit 4a337e2c40

View File

@@ -277,7 +277,7 @@ public class projectService {
return num ;
}
public int selectCommentByProServlet(String projectName){
public int selectProjectByPname(String projectName){
return projectDao.selectProjectByPname(projectName);
}
}