修复热门搜素获取接口
This commit is contained in:
parent
65c7b8d3a3
commit
53b167f2f0
|
|
@ -42,7 +42,6 @@ public class SettingNoticeServiceImpl implements ISettingNoticeService {
|
||||||
queryWrapper.orderByAsc("id");
|
queryWrapper.orderByAsc("id");
|
||||||
|
|
||||||
List<NoticeSetting> noticeSettings = noticeSettingMapper.selectList(queryWrapper);
|
List<NoticeSetting> noticeSettings = noticeSettingMapper.selectList(queryWrapper);
|
||||||
System.out.println(noticeSettings);
|
|
||||||
List<NoticeListVo> list = new LinkedList<>();
|
List<NoticeListVo> list = new LinkedList<>();
|
||||||
for (NoticeSetting n : noticeSettings) {
|
for (NoticeSetting n : noticeSettings) {
|
||||||
NoticeListVo vo = new NoticeListVo();
|
NoticeListVo vo = new NoticeListVo();
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ public class FrontConfig {
|
||||||
"/api/config",
|
"/api/config",
|
||||||
"/api/policy",
|
"/api/policy",
|
||||||
"/api/search",
|
"/api/search",
|
||||||
|
"/api/hotSearch",
|
||||||
"/api/decorate",
|
"/api/decorate",
|
||||||
"/api/sms/send",
|
"/api/sms/send",
|
||||||
"/api/upload/image",
|
"/api/upload/image",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue