|
@@ -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"])
|