| | |
| | | } |
| | | if(Constants.equalsInteger(visits.getStatus(),Constants.VisitStatus.xfSuccess) |
| | | && Constants.equalsInteger(visits.getHkStatus(),Constants.ONE) |
| | | &&StringUtils.isNotBlank(visits.getHkId())){ |
| | | &&StringUtils.isNotBlank(visits.getHkRecordId())){ |
| | | VisitAppointmentCancelRequest request = new VisitAppointmentCancelRequest(); |
| | | request.setAppointRecordIds(new String[]{visits.getHkId()}); |
| | | request.setAppointRecordIds(new String[]{visits.getHkRecordId()}); |
| | | BaseResponse response = HKService.iccmCancelAppointment(request); |
| | | if(response==null || !StringUtils.equals(response.getCode(), HKConstants.RESPONSE_SUCCEE) || response.getData()==null){ |
| | | throw new BusinessException(ResponseStatus.SERVER_ERROR.getCode(),response.getMsg()); |