| 
					
				 | 
			
			
				@ -1307,7 +1307,7 @@ public class RehabilitationInfoService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            sql += " and b.id= '" + itemId + "'"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (StringUtils.isNotBlank(status)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            sql += " a.status =" + status + "'"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            sql += " and a.status =" + status + "'"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        List<Map<String, Object>> list = jdbcTemplate.queryForList(sql); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return list; 
			 |