Commit 9ffcfcf8 authored by shiyu's avatar shiyu

关注商品列表查询

parent a2d4f8ff
...@@ -295,6 +295,8 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService ...@@ -295,6 +295,8 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
if (dto.getSearchType() != null && dto.getSearchType() == 1) { if (dto.getSearchType() != null && dto.getSearchType() == 1) {
if (!CollectionUtils.isEmpty(followItemList)) { if (!CollectionUtils.isEmpty(followItemList)) {
specialPerformanceConfigRequestDto.setItemIdList(followItemList); specialPerformanceConfigRequestDto.setItemIdList(followItemList);
} else {
return Result.failed("没有关注商品");
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment