| 
					
				 | 
			
			
				@ -1177,6 +1177,8 @@ public class IotCompanyService extends BaseJpaService<IotCompanyDO,IotCompanyDao 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        List<AppServiceCount> counts1 = jdbcTemplate.query(str1,new BeanPropertyRowMapper<>(AppServiceCount.class)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        object.put("appcount",counts.size()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        object.put("sortList",counts1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        object.put("medicalcount",0);//目前暂无医疗机构接入,默认0家。 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        return object; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 |