xuzhiheng 1 жил өмнө
parent
commit
70c784ecc7
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      service/clue.go

+ 1 - 0
service/clue.go

@@ -60,6 +60,7 @@ func ClueImportTtSync(this *biservice.ClueImportReq) (string, int) {
 						v["isCompetitors"] = "是"
 					}
 				}
+				delete(v, "import_pc")
 				dataId := BiService.Insert("customer_data_ttzl", v)
 				if dataId > 0 {
 					BiService.Insert("customer_data_ttzl_gl", map[string]interface{}{"msg_id": dataId, "info_id": id, "details": details, "isHistory": "否"})