|
|
@ -200,6 +200,7 @@ public class ClassifyServiceImpl extends BaseServiceImpl<ClassifyMapper, Classif |
|
|
|
List<ClassifyApiVO> classifyList = getClassifyList(classifyEntity.getId()); |
|
|
|
List<ClassifyApiVO> classifyList = getClassifyList(classifyEntity.getId()); |
|
|
|
List<PointsEntity> list = pointsService.list(Wrappers.<PointsEntity>query().lambda() |
|
|
|
List<PointsEntity> list = pointsService.list(Wrappers.<PointsEntity>query().lambda() |
|
|
|
.eq(PointsEntity::getClassifyId, classifyEntity.getId()) |
|
|
|
.eq(PointsEntity::getClassifyId, classifyEntity.getId()) |
|
|
|
|
|
|
|
.ne(PointsEntity::getPoint, pid) |
|
|
|
); |
|
|
|
); |
|
|
|
if (!Objects.isNull(classifyList)){ |
|
|
|
if (!Objects.isNull(classifyList)){ |
|
|
|
classifyEntity.setChildren(classifyList); |
|
|
|
classifyEntity.setChildren(classifyList); |
|
|
|