|
@@ -244,6 +244,7 @@ public class CompanyContactServiceImpl implements CompanyContactService {
|
|
|
successDataVO.setContactDate(excelData.getContactDate());
|
|
|
successDataVO.setCustomerManager(excelData.getCustomerManager());
|
|
|
successDataVO.setCompanyId(excelData.getCompanyId());
|
|
|
+ successDataVO.setContactName(excelData.getContactName());
|
|
|
successDataVO.setContactStatus(excelData.getContactStatus());
|
|
|
successDataVO.setSignMethod(excelData.getSignMethod());
|
|
|
successDataVO.setContactRemark(excelData.getContactRemark());
|
|
@@ -335,6 +336,7 @@ public class CompanyContactServiceImpl implements CompanyContactService {
|
|
|
failDataVO.setContactor(excelData.getContactor());
|
|
|
failDataVO.setContactDate(excelData.getContactDate());
|
|
|
failDataVO.setCustomerManager(excelData.getCustomerManager());
|
|
|
+ failDataVO.setContactName(excelData.getContactName());
|
|
|
failDataVO.setCompanyId(excelData.getCompanyId());
|
|
|
failDataVO.setContactStatus(excelData.getContactStatus());
|
|
|
failDataVO.setSignMethod(excelData.getSignMethod());
|