Browse Source

Merge branch 'dev_v1.5.28.2_wh' of jianyu/datatools into hotfix/v1.5.28.2

王浩 4 tháng trước cách đây
mục cha
commit
a4ea3d84ef
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"])
 					trailstatusCode := gconv.String((*uCount)["trailstatus"])
 					clueUpdateData := map[string]interface{}{}
+					e_label := gconv.String((*uCount)["e_label"])
+					Ehandle(clueId, uId, userId, cluename, trailstatusCode, e_label)
 					if old_name != name && name != "" {
 						clueUpdateData["name"] = name
 						TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{