加日志定位发mq的问题
This commit is contained in:
@@ -216,7 +216,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
|
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow);
|
||||||
log.info("铭牌send mq 业务类型是:{},", businessType);
|
log.info("铭牌send mq 业务类型是:{},", businessType);
|
||||||
log.info("tmNameplateCorpus.tostrign:{}", tmNameplateCorpus.toString());
|
log.info("tmNameplateCorpus.tostrign:{}", tmNameplateCorpus.toString());
|
||||||
|
|
||||||
@@ -252,7 +252,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
|||||||
String businessType;
|
String businessType;
|
||||||
|
|
||||||
AiAnalysisRequestLogs aiAnalysisRequestLogs = new AiAnalysisRequestLogs();
|
AiAnalysisRequestLogs aiAnalysisRequestLogs = new AiAnalysisRequestLogs();
|
||||||
JSONObject difyJson = null;
|
JSONObject difyJson = analysisResp;
|
||||||
if (StringUtils.isEmpty(customerFlowId)) { // 客户画像场景
|
if (StringUtils.isEmpty(customerFlowId)) { // 客户画像场景
|
||||||
log.info("customerFlowId 为空,客户画像场景");
|
log.info("customerFlowId 为空,客户画像场景");
|
||||||
String text = analysisResp.getString(outputsFinal);
|
String text = analysisResp.getString(outputsFinal);
|
||||||
|
|||||||
Reference in New Issue
Block a user