|
@@ -101,7 +101,7 @@ public class ExtracurricularExercisesController extends BaseController {
|
|
|
if(Objects.isNull(sysUser)){
|
|
|
return failed(HttpStatus.FORBIDDEN,"请登录");
|
|
|
}
|
|
|
- List<BasicUserDto> dontServeStudents = extracurricularExercisesService.getDontServeStudents(sysUser.getId(), search, null, null,null,null);
|
|
|
+ List<BasicUserDto> dontServeStudents = extracurricularExercisesService.getDontServeStudents(sysUser.getId(), search, null, null,null);
|
|
|
if(CollectionUtils.isEmpty(dontServeStudents)){
|
|
|
return succeed(Collections.emptyList());
|
|
|
}
|