Browse Source

Merge branch 'dev_v1.5.23_wh' of jianyu/datatools into feature/v1.5.23

王浩 7 months ago
parent
commit
ec6c412359
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clueSync/job.go

+ 1 - 1
clueSync/job.go

@@ -2153,7 +2153,7 @@ func LabelHandel(oldlabelType, labelType int64, uId, level, trailstatusCode, lab
 			updateLabelType = labelType
 			updateLabelType = labelType
 		}
 		}
 	} else if labelType == 2 {
 	} else if labelType == 2 {
-		if level != "A" && level != "level" && level != "C" {
+		if level != "A" && level != "B" && level != "C" {
 			return
 			return
 		}
 		}
 		//查询以前是什么数据
 		//查询以前是什么数据