瀏覽代碼

标签处理

WH01243 7 月之前
父節點
當前提交
c5bdaf5529
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      clueSync/job.go

+ 0 - 2
clueSync/job.go

@@ -349,7 +349,6 @@ func FormatData(data map[string]interface{}, item string) (bool, bool, bool) {
 					old_cluename := common.ObjToString((*uCount)["cluename"])
 					old_top_cluetype := common.ObjToString((*uCount)["top_cluetype"])
 					old_sub_cluetype := common.ObjToString((*uCount)["sub_cluetype"])
-					labelChangeTime := gconv.String((*uCount)["labelChangeTime"])
 					label := gconv.Int64((*uCount)["label"])
 					trailstatusCode := gconv.String((*uCount)["trailstatus"])
 					clueUpdateData := map[string]interface{}{}
@@ -739,7 +738,6 @@ func WorkUpdateClue(data map[string]interface{}, saleData []map[string]interface
 	old_cluename := common.ObjToString(data["cluename"])
 	old_top_cluetype := common.ObjToString(data["top_cluetype"])
 	old_sub_cluetype := common.ObjToString(data["sub_cluetype"])
-	oldLabelChangeTime := gconv.String(data["labelChangeTime"])
 	label := gconv.Int64(data["label"])
 	old_topname, old_subname := "", ""
 	is_transfer := common.IntAll(data["is_transfer"])