WH01243 hai 7 meses
pai
achega
df85520266
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 {