Browse Source

返回值处理

WH01243 10 months ago
parent
commit
4903b9b8dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/clue.go

+ 1 - 1
service/clue.go

@@ -811,7 +811,7 @@ func ClueImportSync(this *biservice.ClueImportReq) (string, int) {
 				}
 				isOK, isOks, dataMap := false, true, map[string]interface{}{
 					"cluename":    companyName,
-					"companyName": companyName,
+					"companyName": common.ObjToString(v["GSMC"]),
 					"name":        name,
 					"phone":       phone,
 					"position":    position,