chenfeng 7 months ago
parent bc4b33006e
commit 10c6ffcb4d
  1. 2
      src/main/java/com/cjy/back/ybsjAppointment/service/impl/YbsjyAppointmentSettingServiceImpl.java

@ -560,7 +560,7 @@ public class YbsjyAppointmentSettingServiceImpl implements YbsjyAppointmentSetti
appointmentPeopleInfo.setDocumentsNumber(appointmentPersonVO.getDocumentsNumber()); appointmentPeopleInfo.setDocumentsNumber(appointmentPersonVO.getDocumentsNumber());
} }
appointmentPeopleInfo.setPhone(appointmentPersonVO.getPhone()); appointmentPeopleInfo.setPhone(Encryption.decrypt(appointmentPersonVO.getPhone(), rule));
appointmentPeopleInfo.setCertificateType(String.valueOf(appointmentPersonVO.getDocumentsType())); appointmentPeopleInfo.setCertificateType(String.valueOf(appointmentPersonVO.getDocumentsType()));
appointmentPeopleInfo.setWriteOff(4); appointmentPeopleInfo.setWriteOff(4);
appointmentPeopleInfo.setName(appointmentPersonVO.getName()); appointmentPeopleInfo.setName(appointmentPersonVO.getName());

Loading…
Cancel
Save