发布项目时查询
This commit is contained in:
@@ -277,7 +277,7 @@ public class projectService {
|
|||||||
return num ;
|
return num ;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int selectCommentByProServlet(String projectName){
|
public int selectProjectByPname(String projectName){
|
||||||
return projectDao.selectProjectByPname(projectName);
|
return projectDao.selectProjectByPname(projectName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user