|  | @ -4,11 +4,15 @@ import com.yihu.jw.entity.base.im.ConsultDo;
 | 
												
													
														
															|  | import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
 |  | import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
 | 
												
													
														
															|  | import org.springframework.data.repository.PagingAndSortingRepository;
 |  | import org.springframework.data.repository.PagingAndSortingRepository;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | /**
 |  | /**
 | 
												
													
														
															|  |  * 咨询表DAO类
 |  |  * 咨询表DAO类
 | 
												
													
														
															|  |  * @author huangwenjie
 |  |  * @author huangwenjie
 | 
												
													
														
															|  |  */
 |  |  */
 | 
												
													
														
															|  | public interface ConsultDao extends PagingAndSortingRepository<ConsultDo, String>, JpaSpecificationExecutor<ConsultDo> {
 |  | public interface ConsultDao extends PagingAndSortingRepository<ConsultDo, String>, JpaSpecificationExecutor<ConsultDo> {
 | 
												
													
														
															|  | 
 |  | 	
 | 
												
													
														
															|  | 
 |  | //	@Query("from ConsultDo a where a.relationCode = ?1")
 | 
												
													
														
															|  | 
 |  | //	ConsultDo findByRelationCode(String outpatientid);
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | //	// 查询患者咨询记录
 |  | //	// 查询患者咨询记录
 | 
												
													
														
															|  | //	Page<Object> findByPatient(String patient, String title, String id, PageRequest pageRequest);
 |  | //	Page<Object> findByPatient(String patient, String title, String id, PageRequest pageRequest);
 |