| | |
| | | } |
| | | |
| | | AiProduct aiProduct = aiProductService.getById(productId); |
| | | Integer questionCount = aiProduct.getQuestionCount(); |
| | | Integer talkCnt = aiProduct.getTalkCnt(); |
| | | |
| | | String companyId = aiProductRoleLink.getCompanyId(); |
| | | |
| | |
| | | AiMemberTalk aiMemberTalk = aiMemberTalkService.getByQuery(query); |
| | | String title = "加载时间过程,请重试!"; |
| | | if (ObjectUtil.isNull(aiMemberTalk)){ |
| | | aiMemberTalk = aiMemberTalkService.add(memberUuid,companyId,productId,nowTime,questionCount); |
| | | aiMemberTalk = aiMemberTalkService.add(memberUuid,companyId,productId,nowTime,talkCnt); |
| | | AiProductQuestion question = aiProductQuestionService.createQuestion(productId); |
| | | if (ObjectUtil.isNotNull(question)){ |
| | | title = question.getTitle(); |