Commit 6b3fc2a3 by pengshun

fix: 公租房长租房区分

parent 0f2a319d
......@@ -54,7 +54,8 @@ public class AiChatAnalysisServiceImpl implements AiChatAnalysisService {
.setIntentInsight(createReqVO.getIntentInsight()).setReviewDiagnosis(createReqVO.getReviewDiagnosis()).setOptimizeSuggest(createReqVO.getOptimizeSuggest()).setDuration(createReqVO.getDuration())
.setChatTime(createReqVO.getChatTime())
.setQuestionKeywords(createReqVO.getQuestionKeywords())
.setIsTransferHuman(createReqVO.getIsTransferHuman());
.setIsTransferHuman(createReqVO.getIsTransferHuman())
.setIsPublicRental(createReqVO.getIsPublicRental());
chatAnalysisMapper.insert(conversation);
return conversation.getId();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment