Commit 1daa61a2 authored by 刘基明's avatar 刘基明

黑名单过滤配置

parent 37e7b457
......@@ -152,7 +152,7 @@ public class ThemeManager {
@Autowired
private TopicReportService topicReportService;
@Value("#{'${theme.filter.userIds}'.split(',')}")
@Value("#{'${theme.filter.userIds:}'.split(',')}")
private Set<String> filterUsers;
@PostConstruct
......
......@@ -149,3 +149,8 @@ pagehelper:
msg:
kefu:
telephone: 021-65681889
theme:
filter:
userIds: USER_INFO16011642302016
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment