|
|
@ -439,6 +439,7 @@ public class YbsjyAppointmentSettingServiceImpl implements YbsjyAppointmentSetti |
|
|
|
if (!person.getPhone().isEmpty()) { |
|
|
|
if (!person.getPhone().isEmpty()) { |
|
|
|
syncData.setAppointmentPeoplePhone(Encryption.encrypt(person.getPhone(), rule)); |
|
|
|
syncData.setAppointmentPeoplePhone(Encryption.encrypt(person.getPhone(), rule)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
syncData.setVisitTypes(ybsjyAppointmentSettingMapper.getVsitingPlace(vo.getVisitTypes()).get("visitingPlace").toString()); |
|
|
|
syncData.setCertificateType(person.getDocumentsType() + ""); |
|
|
|
syncData.setCertificateType(person.getDocumentsType() + ""); |
|
|
|
syncData.setDocumentsNumber(person.getDocumentsNumber()); |
|
|
|
syncData.setDocumentsNumber(person.getDocumentsNumber()); |
|
|
|
syncData.setState("0"); |
|
|
|
syncData.setState("0"); |
|
|
@ -563,6 +564,7 @@ public class YbsjyAppointmentSettingServiceImpl implements YbsjyAppointmentSetti |
|
|
|
appointmentTeamData.setAppointmentPeoplePhone(Encryption.decrypt(reservationNowVO.getAppointmentPersonList().get(0).getPhone(), rule)); |
|
|
|
appointmentTeamData.setAppointmentPeoplePhone(Encryption.decrypt(reservationNowVO.getAppointmentPersonList().get(0).getPhone(), rule)); |
|
|
|
appointmentTeamData.setAppointmentNumber(appointmentFormVO.getAppointmentNumber()); |
|
|
|
appointmentTeamData.setAppointmentNumber(appointmentFormVO.getAppointmentNumber()); |
|
|
|
appointmentTeamData.setReservationCode(reservationNowVO.getAppointmentPersonList().get(0).getReservationCode()); |
|
|
|
appointmentTeamData.setReservationCode(reservationNowVO.getAppointmentPersonList().get(0).getReservationCode()); |
|
|
|
|
|
|
|
appointmentTeamData.setVisitTypes(ybsjyAppointmentSettingMapper.getVsitingPlace(reservationNowVO.getVisitTypes()).get("visitingPlace").toString()); |
|
|
|
//预约人数
|
|
|
|
//预约人数
|
|
|
|
appointmentTeamData.setAppointmentPeopleCount(String.valueOf(reservationNowVO.getSubmissionType() == 1 ? reservationNowVO.getAppointmentPersonList().size() |
|
|
|
appointmentTeamData.setAppointmentPeopleCount(String.valueOf(reservationNowVO.getSubmissionType() == 1 ? reservationNowVO.getAppointmentPersonList().size() |
|
|
|
: reservationNowVO.getAppointmentCount())); |
|
|
|
: reservationNowVO.getAppointmentCount())); |
|
|
|