@@ -855,15 +855,6 @@ func userbase() {
})
}
if clueId > 0 {
- TiDb.Insert("dwd_f_userbase_contacts", map[string]interface{}{
- "status": 1,
- "is_delete": 1,
- "createtime": nowTime,
- "updatetime": nowTime,
- "phone": phone,
- "baseinfo_id": uId,
- "SOURCE": source,
- })
TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
"clue_id": clueId,
"position_id": -1,