|
|
@@ -633,6 +633,9 @@ func (s *CustomerService) Export(req *model.CustCustomerExport) (content *model.
|
|
|
}
|
|
|
f.SetCellValue("Sheet1", service.Div(index+1)+strconv.Itoa(ck+2), CustStatus)
|
|
|
}
|
|
|
+ if v == "创建人" {
|
|
|
+ f.SetCellValue("Sheet1", service.Div(index+1)+strconv.Itoa(ck+2), item.CreatedName)
|
|
|
+ }
|
|
|
if v == "最后跟进时间" {
|
|
|
f.SetCellValue("Sheet1", service.Div(index+1)+strconv.Itoa(ck+2), item.FollowUpDate)
|
|
|
}
|