加日志定位发mq的问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user