Skip to content

Commit

Permalink
清除无用代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Aug 4, 2022
1 parent 6fb9417 commit b954a93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ public interface SpuService {
*/
PageVO<SpuVO> platformPage(PageDTO pageDTO, SpuPageSearchDTO spuDTO);

/**
* u
* @param spuId
* @return
*/
SpuVO getSpuDetailData(Long spuId);

/**
* 根据分组id和是否为当前分组,返回商品列表
* @param pageDTO 分页信息
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,6 @@ public PageVO<SpuVO> platformPage(PageDTO pageDTO, SpuPageSearchDTO spuDTO) {
return page;
}

@Override
public SpuVO getSpuDetailData(Long spuId) {
return null;
}

@Override
public PageVO<SpuVO> pageByLangAndTagId(PageDTO pageDTO, SpuDTO spuDTO, Integer isContain) {
return PageUtil.doPage(pageDTO, () -> spuMapper.pageByLangAndTagId(pageDTO,spuDTO,isContain));
Expand Down

0 comments on commit b954a93

Please sign in to comment.