加日志定位发mq的问题
This commit is contained in:
@@ -215,8 +215,8 @@ 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 getCustomerFlowId:{}", tmNameplateCorpus.getCustomerFlowId());
|
log.info("铭牌send mq 业务类型是:{},", businessType);
|
||||||
log.info("铭牌sendNameplateLto text contnt :{}", execDifyFlow);
|
log.info("tmNameplateCorpus.tostrign:{}", tmNameplateCorpus.toString());
|
||||||
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
|
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
|
||||||
|
|
||||||
if (execDifyFlow.get("status").equals("succeeded")) {
|
if (execDifyFlow.get("status").equals("succeeded")) {
|
||||||
@@ -234,7 +234,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
|||||||
|
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.info(" 铭牌语料处理保存报告异常processItem:{} ", e);
|
log.info("铭牌语料处理保存报告异常processItem:{} ", e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user