| | |
| | | apiProductPointInfoVo.setFeedId(entity.getFeedId()); |
| | | apiProductPointInfoVo.setFeedImg(entity.getFeedImg()); |
| | | apiProductPointInfoVo.setTitle(entity.getTitle()); |
| | | apiProductPointInfoVo.setTalkContext(entity.getTalkContext()); |
| | | apiProductPointInfoVo.setDescription(entity.getDescription()); |
| | | } |
| | | return new FebsResponse().success().data(apiProductPointInfoVo); |
| | |
| | | Wrappers.lambdaQuery(AiProductPoint.class) |
| | | .select(AiProductPoint::getId,AiProductPoint::getTitle) |
| | | .in(AiProductPoint::getId, productPointIdSet) |
| | | .orderByAsc(AiProductPoint::getSort) |
| | | ); |
| | | if (CollUtil.isEmpty(listByPointIds)){ |
| | | return new FebsResponse().success().data(vos); |