hotfix: 发送消息时不带模版编码

This commit is contained in:
yanglin 2024-07-31 15:58:04 +08:00
parent 6aa8768d24
commit af29d71ca5

View File

@ -40,7 +40,6 @@ public class TodoMqBroadcaster {
.builder(MqMessageType.TODO_STATE_UPDATE, message)
.messageKey(todo.getId())
.shardingKey(todo.getTemplateCode())
.tagInfo(todo.getTemplateCode())
.build());
}