浏览代码

Merge branch 'dev_v1.0.36_wh' of BaseService/biService into feature/v1.0.36

王浩 7 月之前
父节点
当前提交
60c11bb394
共有 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 := "", ""