WH01243 4 ماه پیش
والد
کامیت
62e32b87b5
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      service/clue.go

+ 1 - 3
service/clue.go

@@ -1298,9 +1298,7 @@ func LabelHandel(tx *sql.Tx, oldlabelType, labelType, clueId int64, level, oldTr
 	} else {
 	} else {
 		//查询以前是什么数据
 		//查询以前是什么数据
 		if oldName != name {
 		if oldName != name {
-			if oldlabelType != 1 && oldlabelType != 2 {
-				updateLabelType = 3
-			}
+			updateLabelType = 3
 		}
 		}
 	}
 	}
 	if updateLabelType > 0 {
 	if updateLabelType > 0 {