WH01243 hace 6 meses
padre
commit
2742b9bc70
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      clueSync/kc.go

+ 2 - 0
clueSync/kc.go

@@ -218,9 +218,11 @@ func kcJob(data map[string]interface{}) int {
 				"name":                      customerName,
 				"name":                      customerName,
 				"position_id":               customerPositionId,
 				"position_id":               customerPositionId,
 				"relationship_building_way": 1,
 				"relationship_building_way": 1,
+				"tasksource":                "1",
 			}
 			}
 			if is_transfer == 0 {
 			if is_transfer == 0 {
 				delete(updateMap, "relationship_building_way")
 				delete(updateMap, "relationship_building_way")
+				delete(updateMap, "tasksource")
 			}
 			}
 			TiDb.Update("dwd_f_csm_customer_info", map[string]interface{}{"clue_id": clueId}, updateMap)
 			TiDb.Update("dwd_f_csm_customer_info", map[string]interface{}{"clue_id": clueId}, updateMap)
 			TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
 			TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{