jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java
@@ -184,8 +184,10 @@ //TODO 先从预约表取数据,后续对接数据平台查预约数据 AppointmentDO appointment = appointmentService.getAppointment(confirmReqVO.getId()); /* TODO for Testing if ( !DateUtils.isToday(appointment.getBookDate()) ) return error( new ErrorCode(101, "不是今天的预约用户")); */ QueueSaveReqVO queueSaveReqVO = new QueueSaveReqVO(); queueSaveReqVO.setPatId( appointment.getPatId());