jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentServiceImpl.java
@@ -138,6 +138,11 @@ appointmentMapper.insert(appointmentExtermal); } else { appointmentExtermal.setId( appointmentDO.getId() ); // 确保 返回值包含 appointment id // 处理第一次确认时还没有预约时间,再来确认时已有预约时间的情况 if (appointmentDO.getBookDate() != appointmentExtermal.getBookDate()) { appointmentMapper.updateById( appointmentExtermal ); } } }