Browse Source

Merge branch 'dev_v1.0.40_wh' of BaseService/biService into feature/v1.0.40

王浩 1 week ago
parent
commit
d2551a5e69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/acceptance.go

+ 1 - 1
service/acceptance.go

@@ -602,7 +602,7 @@ func MarketingSave(in *biservice.AcceptanceReq, positionId int64, product, dkPer
 		remarkFields := []string{
 			fmt.Sprintf("%s :%s", "提出时间", time.Now().Format(time.DateTime)),
 			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", "公司名称", company),
 			fmt.Sprintf("%s :%s", "咨询产品", product),