Browse Source

E类线索处理

WH01243 4 months ago
parent
commit
7678feb401
1 changed files with 2 additions and 0 deletions
  1. 2 0
      clueSync/job.go

+ 2 - 0
clueSync/job.go

@@ -368,6 +368,8 @@ func FormatData(data map[string]interface{}, item string) (bool, bool, bool) {
 					label := gconv.Int64((*uCount)["label"])
 					label := gconv.Int64((*uCount)["label"])
 					trailstatusCode := gconv.String((*uCount)["trailstatus"])
 					trailstatusCode := gconv.String((*uCount)["trailstatus"])
 					clueUpdateData := map[string]interface{}{}
 					clueUpdateData := map[string]interface{}{}
+					e_label := gconv.String((*uCount)["e_label"])
+					Ehandle(clueId, uId, userId, cluename, trailstatusCode, e_label)
 					if old_name != name && name != "" {
 					if old_name != name && name != "" {
 						clueUpdateData["name"] = name
 						clueUpdateData["name"] = name
 						TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
 						TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{