ソースを参照

增加合同限制

xuzhiheng 1 年間 前
コミット
f22a939e43
1 ファイル変更1 行追加1 行削除
  1. 1 1
      field_sync/task.go

+ 1 - 1
field_sync/task.go

@@ -375,7 +375,7 @@ func doIndex(infos []map[string]interface{}, eMap map[string]map[string]interfac
 			}
 		}
 		// 2024-02-21 徐志恒 情报标签字段
-		if tmp["tag_topinformation"] != nil {
+		if tmp["tag_topinformation"] != nil && util.ObjToString(tmp["subtype"]) == "合同" {
 			update["tag_set"] = getTagSet(tmp, compare)
 		}
 		if len(update) > 0 {