Explorar o código

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

王浩 hai 7 meses
pai
achega
d590af57c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      clueSync/job.go

+ 1 - 1
clueSync/job.go

@@ -2159,7 +2159,7 @@ func LabelHandel(tx *sql.Tx, oldlabelType, labelType int64, uId, level, oldTrail
 		//查询以前是什么数据
 		if labelChangeTime == nowStr {
 			//同一天修改过
-			if oldlabelType != 0 {
+			if oldlabelType != 1 {
 				updateLabelType = labelType
 			}
 		} else {