|
@@ -587,7 +587,7 @@ public class SysController {
|
|
|
}).collect(Collectors.toList());
|
|
|
break;
|
|
|
case COLLEGE:
|
|
|
- List<BasicCollege> basicCollegeList = basicCollegeService.list();
|
|
|
+ List<BasicCollege> basicCollegeList = basicCollegeService.list(new QueryWrapper<BasicCollege>().lambda().eq(BasicCollege::getSchoolId,schoolId));
|
|
|
dictionaryResultList = basicCollegeList.stream().map(e -> {
|
|
|
DictionaryResult dictionaryResult = new DictionaryResult();
|
|
|
dictionaryResult.setId(e.getId());
|