|
@ -35,6 +35,6 @@ public interface BusinessOrderDao extends PagingAndSortingRepository<BusinessOrd
|
|
@Query("from BusinessOrderDO w where w.patient = ?1 and w.status=?2 and w.orderCategory =?3")
|
|
@Query("from BusinessOrderDO w where w.patient = ?1 and w.status=?2 and w.orderCategory =?3")
|
|
List<BusinessOrderDO> selectByPatientAndStatusAndOrderCategory(String patient,Integer status,String orderCategory);
|
|
List<BusinessOrderDO> selectByPatientAndStatusAndOrderCategory(String patient,Integer status,String orderCategory);
|
|
|
|
|
|
/* @Query("from BusinessOrderDO w where w.status=0 and w.lastPayTime<=?1")
|
|
|
|
List<BusinessOrderDO> selectByLastPayTime(Long lastPayTime);*/
|
|
|
|
|
|
@Query("from BusinessOrderDO w where w.status=0 and w.lastPayTime<=?1")
|
|
|
|
List<BusinessOrderDO> selectByLastPayTime(Long lastPayTime);
|
|
}
|
|
}
|