|
@@ -1106,12 +1106,12 @@ func KeyWordToDatas(types, item, key string, keyWord []string, keyType []string,
|
|
|
}
|
|
|
if isok {
|
|
|
keyWord = append(keyWord, mk)
|
|
|
- keyType = append(keyWord, tag)
|
|
|
+ keyType = append(keyType, tag)
|
|
|
}
|
|
|
} else {
|
|
|
if strings.Contains(strings.ToUpper(item), strings.ToUpper(mk)) {
|
|
|
keyWord = append(keyWord, mk)
|
|
|
- keyType = append(keyWord, tag)
|
|
|
+ keyType = append(keyType, tag)
|
|
|
}
|
|
|
}
|
|
|
}
|