src/main/java/com/cl/service/impl/InstitutionServiceImpl.java
@@ -36,7 +36,7 @@ } @Override public IPage<InstitutionVO> pageList(IPage<Institution> page, Integer county, String name) { public IPage<InstitutionVO> pageList(IPage<Institution> page, List<Integer> county, String name) { return institutionMapper.pageList(page,county,name); }