WH01243 hace 7 meses
padre
commit
006052724e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 := "", ""