REQ-3502: 按钮排序

This commit is contained in:
yanglin 2025-01-15 17:16:16 +08:00
parent 0f3e1c440f
commit ed62a964e4

View File

@ -47,8 +47,8 @@ public class TodoBroadcaster {
log.warn("发送待办通知时, 查询不到最新的待办信息. todoIds={}", JSON.toJSONString(todoIds));
return;
}
todoMqBroadcaster.fireTodoUpdated(operation, todos, updateCard);
todoPullBroadcaster.fireTodoChanged(todos);
todoMqBroadcaster.fireTodoUpdated(operation, upToDateTodos, updateCard);
todoPullBroadcaster.fireTodoChanged(upToDateTodos);
}
}