| 
					
				 | 
			
			
				@ -60,7 +60,7 @@ public interface PrescriptionDao extends PagingAndSortingRepository<WlyyPrescrip 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    List<WlyyPrescriptionDO> findByOutPatientIdList(String outpatientId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    List<WlyyPrescriptionDO> findByDoctorAndCreateTimeAndRemark(String doctor,Date createTime,String remark); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Query("select a from WlyyPrescriptionDO a where a.checkStatus in (0,1,3) and a.createTime <?1 and a.status <30 and a.status>=0") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    @Query("select a from WlyyPrescriptionDO a where  a.createTime <?1 and a.status <30 and a.status>=0") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    List<WlyyPrescriptionDO> findListByCheckStatus(Date createTime); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				} 
			 |