修复热门搜素获取接口
This commit is contained in:
parent
65c7b8d3a3
commit
53b167f2f0
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ public class FrontConfig {
|
|||
"/api/config",
|
||||
"/api/policy",
|
||||
"/api/search",
|
||||
"/api/hotSearch",
|
||||
"/api/decorate",
|
||||
"/api/sms/send",
|
||||
"/api/upload/image",
|
||||
|
|
|
|||
Loading…
Reference in New Issue