feat: 添加迁移脚本以反转待办消息中的用户ID顺序
This commit is contained in:
@@ -2439,8 +2439,8 @@ class DialogController extends AbstractController
|
||||
if ($msg) {
|
||||
$doneUserIds = WebSocketDialogMsgTodo::whereMsgId($msg->id)
|
||||
->whereNotNull('done_at')
|
||||
->orderBy('done_at')
|
||||
->orderBy('id')
|
||||
->orderByDesc('done_at')
|
||||
->orderByDesc('id')
|
||||
->pluck('userid')
|
||||
->toArray();
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user