src/main/java/cc/mrbird/febs/ai/service/impl/AiProductPointServiceImpl.java
@@ -110,6 +110,7 @@ apiProductPointInfoVo.setFeedImg(entity.getFeedImg()); apiProductPointInfoVo.setTitle(entity.getTitle()); apiProductPointInfoVo.setTalkContext(entity.getTalkContext()); apiProductPointInfoVo.setTalkUrl(entity.getTalkUrl()); apiProductPointInfoVo.setDescription(entity.getDescription()); apiProductPointInfoVo.setCompanyId(entity.getCompanyId()); }