加日志定位发mq的问题

This commit is contained in:
ZLI263
2025-09-17 13:25:44 +08:00
parent 05c139b94e
commit 7ede4bd352

View File

@@ -215,9 +215,10 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
public void sendNameplateLto(JSONObject execDifyFlow, String aiAnalysisRequestId, TmNameplateCorpus tmNameplateCorpus, String businessType) { public void sendNameplateLto(JSONObject execDifyFlow, String aiAnalysisRequestId, TmNameplateCorpus tmNameplateCorpus, String businessType) {
try { try {
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
log.info("铭牌send mq 业务类型是:{},", businessType); log.info("铭牌send mq 业务类型是:{},", businessType);
log.info("tmNameplateCorpus.tostrign:{}", tmNameplateCorpus.toString()); log.info("tmNameplateCorpus.tostrign:{}", tmNameplateCorpus.toString());
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
if (execDifyFlow.get("status").equals("succeeded")) { if (execDifyFlow.get("status").equals("succeeded")) {
String text = execDifyFlow.getString(outputsFinal); String text = execDifyFlow.getString(outputsFinal);