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