REQ-3502: 按钮排序
This commit is contained in:
parent
0f3e1c440f
commit
ed62a964e4
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user