|  | @@ -106,7 +106,7 @@ public class InstitutionalInformationServiceImpl extends ServiceImpl<Institution
 | 
	
		
			
				|  |  |          qw.eq("is_delete",0).select("id", "name", "phone", "address");
 | 
	
		
			
				|  |  |          PageHelper.startPage(page.getPageNum(),page.getPageSize());
 | 
	
		
			
				|  |  |          if(null != page.getKeyName() && !"".equals(page.getKeyName())){
 | 
	
		
			
				|  |  | -            qw.eq("name",page.getKeyName());
 | 
	
		
			
				|  |  | +            qw.like("name",page.getKeyName());
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          List<InstitutionalInformation> institutionalInformations = institutionalMapper.selectList(qw);
 | 
	
		
			
				|  |  |          PageInfo<InstitutionalInformation> pageInfo = new PageInfo<>(institutionalInformations);
 |