|
@@ -602,7 +602,7 @@ func MarketingSave(in *biservice.AcceptanceReq, positionId int64, product, dkPer
|
|
remarkFields := []string{
|
|
remarkFields := []string{
|
|
fmt.Sprintf("%s :%s", "提出时间", time.Now().Format(time.DateTime)),
|
|
fmt.Sprintf("%s :%s", "提出时间", time.Now().Format(time.DateTime)),
|
|
fmt.Sprintf("%s :%s", "销售线索来源", "主动咨询客服留资客户"),
|
|
fmt.Sprintf("%s :%s", "销售线索来源", "主动咨询客服留资客户"),
|
|
- fmt.Sprintf("%s :%s", "姓名", common.If(customerName == "", phone, customerName)),
|
|
|
|
|
|
+ fmt.Sprintf("%s :%s", "姓名", customerName),
|
|
fmt.Sprintf("%s :%s", "联系方式", phone),
|
|
fmt.Sprintf("%s :%s", "联系方式", phone),
|
|
fmt.Sprintf("%s :%s", "公司名称", company),
|
|
fmt.Sprintf("%s :%s", "公司名称", company),
|
|
fmt.Sprintf("%s :%s", "咨询产品", product),
|
|
fmt.Sprintf("%s :%s", "咨询产品", product),
|