| | |
| | | .eqIfPresent(AppointmentDO::getPatWardDesc, reqVO.getPatWardDesc()) |
| | | .eqIfPresent(AppointmentDO::getPatBedNo, reqVO.getPatBedNo()) |
| | | .eqIfPresent(AppointmentDO::getBookId, reqVO.getBookId()) |
| | | .eqIfPresent(AppointmentDO::getBookPeriodStart, reqVO.getBookPeriodStart()) |
| | | .eqIfPresent(AppointmentDO::getBookPeriodEnd, reqVO.getBookPeriodEnd()) |
| | | .eqIfPresent(AppointmentDO::getBookDate, reqVO.getBookDate()) |
| | | .eqIfPresent(AppointmentDO::getBookTimeslot, reqVO.getBookTimeslot()) |
| | | .betweenIfPresent(AppointmentDO::getBookTime, reqVO.getBookTime()) |
| | | .eqIfPresent(AppointmentDO::getBookCheckType, reqVO.getBookCheckType()) |
| | | .eqIfPresent(AppointmentDO::getBookSrc, reqVO.getBookSrc()) |