WH01243 7 ماه پیش
والد
کامیت
c97d6a0f1d
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 {
 		//查询以前是什么数据
 		if oldName != name {
-			if oldlabelType == 1 {
-				updateLabelType = 1
-			} else {
+			if oldlabelType != 1 && oldlabelType != 2 {
 				updateLabelType = 3
 			}
 		}