浏览代码

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

王浩 7 月之前
父节点
当前提交
d590af57c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {