src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesSocialServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesSocialServiceImpl.java
@@ -587,6 +587,7 @@ Wrappers.lambdaQuery(ClothesSocialComment.class) .select(ClothesSocialComment::getParentId) .in(ClothesSocialComment::getParentId, collect) .eq(ClothesSocialComment::getShowState, ClothesEnum.UP.getCode()) ); if (CollUtil.isNotEmpty(clothesSocialComments)){ Map<Long, Long> collect1 = clothesSocialComments.stream()