修复热门搜素获取接口

This commit is contained in:
TinyAnts 2022-09-08 19:42:57 +08:00
parent 65c7b8d3a3
commit 53b167f2f0
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,6 @@ public class SettingNoticeServiceImpl implements ISettingNoticeService {
queryWrapper.orderByAsc("id");
List<NoticeSetting> noticeSettings = noticeSettingMapper.selectList(queryWrapper);
System.out.println(noticeSettings);
List<NoticeListVo> list = new LinkedList<>();
for (NoticeSetting n : noticeSettings) {
NoticeListVo vo = new NoticeListVo();

View File

@ -15,6 +15,7 @@ public class FrontConfig {
"/api/config",
"/api/policy",
"/api/search",
"/api/hotSearch",
"/api/decorate",
"/api/sms/send",
"/api/upload/image",