|
@@ -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{}{
|