|
|
@@ -66,7 +66,7 @@ public class OutCommon {
|
|
|
.setAddressNo(outboundVO.getAddressNo()).setAddressGcj02(outboundVO.getAddressGcj02()).setAddressFull(outboundVO.getAddressFull())
|
|
|
.setContactName(outboundVO.getContactName()).setContactPhone(outboundVO.getContactPhone()).setCusFrom(outboundVO.getCusFrom())
|
|
|
.setChannelId(outboundVO.getSalesChannel()).setOrgId(outboundVO.getOrgId()).setStaffId(outboundVO.getStaffId())
|
|
|
- .setFollowStaffs(followStaffs)
|
|
|
+ .setFollowStaffs(followStaffs).setCusFrom(outboundVO.getCusFrom())
|
|
|
.setReportStaff(outboundVO.getMakeStaff()).setSaleStatus(Constant.SaleStatus.CHENGJIAO.getName()).setCpId(outboundVO.getCpId());
|
|
|
customerMapper.insert(customer);
|
|
|
outboundVO.setCusId(customer.getCusId());
|
|
|
@@ -88,7 +88,7 @@ public class OutCommon {
|
|
|
.setAddressNo(outboundVO.getAddressNo()).setAddressGcj02(outboundVO.getAddressGcj02()).setAddressFull(outboundVO.getAddressFull())
|
|
|
.setContactName(outboundVO.getContactName()).setContactPhone(outboundVO.getContactPhone()).setCusFrom(outboundVO.getCusFrom())
|
|
|
.setChannelId(outboundVO.getSalesChannel()).setOrgId(outboundVO.getOrgId()).setStaffId(outboundVO.getStaffId())
|
|
|
- .setFollowStaffs(followStaffs)
|
|
|
+ .setFollowStaffs(followStaffs).setCusFrom(outboundVO.getCusFrom())
|
|
|
.setSaleStatus(Constant.SaleStatus.CHENGJIAO.getName());
|
|
|
customerService.updateByUuid(customer);
|
|
|
}
|