eight
2024-10-11 927aa2c9084fadc5f9c294bec25ab9f5e202c731
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentServiceImpl.java
@@ -37,7 +37,7 @@
        AppointmentDO appointment = BeanUtils.toBean(createReqVO, AppointmentDO.class);
        appointment.setBookTime( LocalDateTime.now() );
        appointment.setBookSrc((byte)0);
        appointment.setBookSrc( 0 );
        appointmentMapper.insert(appointment);
        // 返回