|
@@ -225,9 +225,6 @@ func kcJob(data map[string]interface{}) int {
|
|
|
updateMap["training_way"] = 1
|
|
|
updateMap["is_pre_sales_training"] = 0
|
|
|
updateMap["service_stage"] = 1
|
|
|
- } else {
|
|
|
- updateMap["relationship_building_way"] = 1
|
|
|
- updateMap["tasksource"] = "1"
|
|
|
}
|
|
|
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{}{
|