This commit is contained in:
zren25
2025-03-24 13:26:09 +08:00
parent 845f0e2549
commit 2dcad2f76d

View File

@@ -62,7 +62,7 @@ public class CorpusProcessKafkaProducer {
// 在这里可以添加对解析后的对象的进一步处理逻辑
} catch (Exception e) {
e.printStackTrace();
log.error("CorpusProcessKafkaProducer 电话语料 解析JSON出错: {}" , e.getMessage());
}
}
}