放掉所有mq消息

This commit is contained in:
ZLI263
2025-09-19 18:14:47 +08:00
parent efe33229dc
commit 7964c62adb

View File

@@ -66,11 +66,7 @@ public class NameplateKafkaConsumer {
log.info("nameplateKafkagetData为空");
ack.acknowledge();
return;
}
tmNameplateCorpus.getData().forEach(nameplate ->
tmNameplateCorpusService.processItem(nameplate));
}//去掉业务调用
} catch (Exception e) {
log.error("处理消息失败", e);
} finally {