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