|
@@ -14,7 +14,6 @@ import com.caimei365.commodity.utils.ImageUtils;
|
|
|
import com.caimei365.commodity.components.PriceUtilService;
|
|
|
import com.caimei365.commodity.utils.MathUtil;
|
|
|
import com.github.pagehelper.PageHelper;
|
|
|
-import com.github.pagehelper.PageInfo;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.apache.commons.lang.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
@@ -37,7 +36,6 @@ import java.util.stream.Collectors;
|
|
|
public class PageServiceImpl implements PageService {
|
|
|
@Value("${caimei.wwwDomain}")
|
|
|
private String domain;
|
|
|
-
|
|
|
@Resource
|
|
|
private AnnouncementMapper announcementMapper;
|
|
|
@Resource
|
|
@@ -204,11 +202,6 @@ public class PageServiceImpl implements PageService {
|
|
|
// 友情链接
|
|
|
List<BaseLinkVo> friendLinks = pageMapper.getFriendLinks();
|
|
|
map.put("friendLinks", friendLinks);
|
|
|
-
|
|
|
- //查询首页展示标题
|
|
|
- List<AnnouncementPo> annhade =announcementMapper.gteannhade();
|
|
|
- map.put("annhade",annhade);
|
|
|
-
|
|
|
return ResponseJson.success(map);
|
|
|
}
|
|
|
//首页公告
|
|
@@ -599,8 +592,6 @@ public class PageServiceImpl implements PageService {
|
|
|
return ResponseJson.success(list);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 设置跳转参数
|
|
|
* @param floorContent FloorContentVo
|