实现对未交作业人员的查询和展示
This commit is contained in:
@@ -20,4 +20,6 @@ public class VUserfileService {
|
||||
public List<TbStudentlist> findStudentNoByWorkFolderAndCourseName(String workFolder, String courseName){
|
||||
return vUserfileRepository.findStudentNoByWorkFolderAndCourseName(workFolder,courseName);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user