jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/service/appointment/AppointmentServiceImpl.java
@@ -659,6 +659,7 @@ } if (applyNo == null) { log.warn("[handleCheckAppointmentUpdate][未找到申请编号]"); return; } @@ -666,6 +667,7 @@ // 根据applyNo查询预约记录 AppointmentDO appointment = appointmentMapper.getByApplyNo(applyNo); if (appointment == null) { handleAppointmentCreate(dataMap); log.warn("[handleCheckAppointmentUpdate][未找到预约记录 applyNo({})]", applyNo); return; }