@@ -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 {