| | |
| | | .eq(ApproveParam::getLevel,Constants.ONE) |
| | | .eq(ApproveParam::getMemberType,Constants.ZERO) |
| | | .last("limit 1")); |
| | | return Objects.isNull(approveParam)?null:approveParam.getId(); |
| | | return Objects.isNull(approveParam)?null:approveParam.getId(); |
| | | } |
| | | |
| | | |
| | |
| | | } |
| | | if(Constants.equalsInteger(visits.getStatus(),Constants.VisitStatus.pass) |
| | | && Constants.equalsInteger(visits.getHkStatus(),Constants.ONE) |
| | | &&StringUtils.isNotBlank(visits.getHkId())){ |
| | | &&StringUtils.isNotBlank(visits.getCarNos())){ |
| | | //取消停车场预约 |
| | | List<VisitPark> visitParkList = visitParkMapper.selectList(new QueryWrapper<VisitPark>().lambda() |
| | | .eq(VisitPark::getCarCode,visits.getCarNos()) |
| | |
| | | } |
| | | 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()); |
| | |
| | | .eq(Visits::getId,s.getId())); |
| | | |
| | | VisitsServiceImpl.dealCancelNoticesData(noticesJoinMapper,approveMapper,"系统取消",s.getId(), |
| | | s.getType(),Constants.equalsInteger(s.getType(),Constants.ZERO)?Constants.noticesObjectType.visit:Constants.noticesObjectType.visitReporting |
| | | s.getType(), |
| | | !Constants.equalsInteger(s.getType(),Constants.TWO)?Constants.noticesObjectType.visit:Constants.noticesObjectType.visitReporting |
| | | ); |
| | | |
| | | |