Commit 9ea2e9d0 by jianan

新单跟进71

parent 1cd52091
......@@ -553,6 +553,9 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
if (!Objects.isNull(appointment.getBusinessRepresentName1())) {
signer.setSigner(appointment.getBusinessRepresentName1());
}
if (!Objects.isNull(appointment.getAccompanyMobileCode())) {
signer.setMobileCode(appointment.getAccompanyMobileCode());
}
if (!Objects.isNull(appointment.getBusinessRepresentMobile1())) {
signer.setPhone(appointment.getBusinessRepresentMobile1());
}
......
......@@ -11,6 +11,13 @@ public class PolicySigner {
@Schema(description = "签单员姓名")
private String signer;
/**
* 签单员手机区号
*/
@Schema(description = "签单员手机区号")
private String mobileCode;
/**
* 签单员手机号
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment