修改企微画像的tag
This commit is contained in:
@@ -345,7 +345,7 @@ public class TmOdsVdqwMessagearchivingServiceImpl extends ServiceImpl<TmOdsVdqwM
|
|||||||
JSONObject text = execDifyFlowForPortrait.getJSONObject("outputs");
|
JSONObject text = execDifyFlowForPortrait.getJSONObject("outputs");
|
||||||
// 发送MQ
|
// 发送MQ
|
||||||
log.info("send mq企微客户画像 {}", text);
|
log.info("send mq企微客户画像 {}", text);
|
||||||
tmTelephoneCorpusService.sendMq( CategoryEnum.ENTERPRISE_WECHAT.getCode(), text.toJSONString());
|
tmTelephoneCorpusService.sendMq( CategoryEnum.ENTERPRISE_WECHAT_PORTRAIT.getCode(), text.toJSONString());
|
||||||
|
|
||||||
aiAnalysisRequestLogsService.saveOrUpdateAiAnalysisRequestLogs(AiAnalysisRequestLogs.builder().aiAnalysisRequestId(execDifyFlowForPortrait.getString("aiAnalysisRequestId")).businessResponse(text.toJSONString()).build());
|
aiAnalysisRequestLogsService.saveOrUpdateAiAnalysisRequestLogs(AiAnalysisRequestLogs.builder().aiAnalysisRequestId(execDifyFlowForPortrait.getString("aiAnalysisRequestId")).businessResponse(text.toJSONString()).build());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user