WH01243 пре 7 месеци
родитељ
комит
006052724e
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      service/clue.go

+ 0 - 1
service/clue.go

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