|  | @ -35,6 +35,7 @@ public interface PrescriptionDao extends PagingAndSortingRepository<WlyyPrescrip
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     WlyyPrescriptionDO findByRealOrder(String realOrder);
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |     @Query("select a from WlyyPrescriptionDO a where  a.realOrder =?1 ")
 | 
	
		
			
				|  |  |     List<WlyyPrescriptionDO> findByRealOrderList(String realOrder);
 | 
	
		
			
				|  |  |     
 | 
	
		
			
				|  |  |     WlyyPrescriptionDO findByAdmNoAndRealOrder(String admno,String realOrder);
 |