解决sonar问题

This commit is contained in:
ZLI263
2025-09-17 12:47:55 +08:00
parent 2f4ae4debc
commit c5f2eb7b77

View File

@@ -219,7 +219,7 @@ public class TmNameplateCorpusServiceImpl extends ServiceImpl<TmNameplateCorpusM
log.info("铭牌sendNameplateLto text contnt :{}", execDifyFlow);
log.info("铭牌sendNameplateLto toJSONString :{}", execDifyFlow.toJSONString());
if (null != execDifyFlow && execDifyFlow.get("status").equals("succeeded")) {
if (execDifyFlow.get("status").equals("succeeded")) {
String text = execDifyFlow.getString(outputsFinal);
// 发送MQ
log.info("铭牌send mq 业务类型是:{}, Json 是:{}", businessType, text);