mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-23 10:32:48 +08:00
修复热门搜素获取接口
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user