eight
2024-08-22 db9d7abda795b8a24dc9972389cbe4ac5a8a036c
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());