|
@@ -334,14 +334,6 @@ public class BlacklistContainer {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (Objects.nonNull(appType)) {
|
|
|
- TagFilterConfig tagFilterConfig = tagFilterConfigMap.get(appType.toString());
|
|
|
- if (Objects.nonNull(tagFilterConfig)) {
|
|
|
- LOG.info("命中过滤标签配置: {} == {}", appType, tagFilterConfig.getRecommendExcludeTag());
|
|
|
- return tagFilterConfig.getRecommendExcludeTag();
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
if (StringUtils.isNotBlank(userType)) {
|
|
|
TagFilterConfig tagFilterConfig = tagFilterConfigMap.get(userType);
|
|
|
if (Objects.nonNull(tagFilterConfig)) {
|