加日志定位发mq的问题

This commit is contained in:
ZLI263
2025-09-17 13:51:58 +08:00
parent 6138acc035
commit ada7546443

View File

@@ -216,7 +216,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
try {
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow);
log.info("铭牌send mq 业务类型是:{},", businessType);
log.info("tmNameplateCorpus.tostrign:{}", tmNameplateCorpus.toString());
@@ -252,7 +252,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
String businessType;
AiAnalysisRequestLogs aiAnalysisRequestLogs = new AiAnalysisRequestLogs();
JSONObject difyJson = null;
JSONObject difyJson = analysisResp;
if (StringUtils.isEmpty(customerFlowId)) { // 客户画像场景
log.info("customerFlowId 为空,客户画像场景");
String text = analysisResp.getString(outputsFinal);