| | |
| | | String id = dto.getId(); |
| | | AiProductPoint entity = this.getById(id); |
| | | if (ObjectUtil.isNotNull( entity)){ |
| | | apiProductPointInfoVo.setVideoName(entity.getVideoName()); |
| | | apiProductPointInfoVo.setIsNormal(entity.getIsNormal()); |
| | | apiProductPointInfoVo.setFinderUserName(entity.getFinderUserName()); |
| | | 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); |