|  | @ -2301,7 +2301,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |             //专家咨询
 | 
	
		
			
				|  |  |             String zjCountsql = "SELECT id FROM wlyy_consult_team WHERE doctor='"+doctor+"' AND (type=1 OR type=15)";
 | 
	
		
			
				|  |  |             List<Map<String,Object>> zjList = jdbcTemplate.queryForList(sql);
 | 
	
		
			
				|  |  |             List<Map<String,Object>> zjList = jdbcTemplate.queryForList(zjCountsql);
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |             if(zjList!=null&&zjList.size()>0){
 | 
	
		
			
				|  |  |                 rs.put("zjCount",zjList.size());
 |