加日志,发送mq之前
This commit is contained in:
@@ -213,6 +213,8 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
||||
@Override
|
||||
public void sendNameplateLto(JSONObject execDifyFlow,String aiAnalysisRequestId, TmNameplateCorpus tmNameplateCorpus,String businessType) {
|
||||
log.info("铭牌sendNameplateLto getCustomerFlowId:{}", tmNameplateCorpus.getCustomerFlowId());
|
||||
log.info("铭牌sendNameplateLto text contnt :{}", execDifyFlow.toString());
|
||||
|
||||
if (null != execDifyFlow && execDifyFlow.get("status").equals("succeeded")) {
|
||||
String text = execDifyFlow.getString(outputsFinal);
|
||||
// 发送MQ
|
||||
|
||||
Reference in New Issue
Block a user