增加log
This commit is contained in:
@@ -229,10 +229,11 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
|
||||
|
||||
@Override
|
||||
public void sendNameplateLto(JSONObject execDifyFlow, TmNameplateCorpus tmNameplateCorpus) {
|
||||
log.info("铭牌sendNameplateLto getCustomerFlowId:{}", tmNameplateCorpus.getCustomerFlowId());
|
||||
if (null != execDifyFlow && execDifyFlow.get("status").equals("succeeded")) {
|
||||
String text = execDifyFlow.getString("outputs");
|
||||
// 发送MQ
|
||||
log.info("send mq {}", text);
|
||||
log.info("铭牌send mq {}", text);
|
||||
tmTelephoneCorpusService.sendMq( CategoryEnum.NAMEPLATE_VOICE.getCode(), text);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user