|
@@ -999,7 +999,6 @@ func ClueImportSync(this *biservice.ClueImportReq) (string, int) {
|
|
old_sub_cluetype := common.ObjToString((*clueData)["sub_cluetype"])
|
|
old_sub_cluetype := common.ObjToString((*clueData)["sub_cluetype"])
|
|
top_cluetype := common.ObjToString(v["top_cluetype"])
|
|
top_cluetype := common.ObjToString(v["top_cluetype"])
|
|
sub_cluetype := common.ObjToString(v["sub_cluetype"])
|
|
sub_cluetype := common.ObjToString(v["sub_cluetype"])
|
|
- labelChangeTime := gconv.String(v["labelChangeTime"])
|
|
|
|
label := gconv.Int64(v["label"])
|
|
label := gconv.Int64(v["label"])
|
|
trailstatusCode := gconv.String(v["trailstatus"])
|
|
trailstatusCode := gconv.String(v["trailstatus"])
|
|
old_topname, old_subname := "", ""
|
|
old_topname, old_subname := "", ""
|