删除无用的逻辑

This commit is contained in:
yanglin 2024-12-30 20:52:43 +08:00
parent f8c9629d52
commit 4d9eb0d1fb

View File

@ -146,7 +146,7 @@ public class RocketMQConfig {
@Slf4j
@Component
@RocketMQMessageListener(topic = "topic_msg_center_${spring.profiles.active}",
consumerGroup = "GID_topic_card_change_state_sync_todo_${spring.application.name}_${spring.profiles.active}",
consumerGroup = "GID_topic_card_sync_todo_${spring.application.name}_${spring.profiles.active}",
consumeMode = ConsumeMode.ORDERLY,
nameServer = "${rocketmq.name-server}"
)