From c5ac9f69f567e27ef31863a0ed57c3fbec80fa37 Mon Sep 17 00:00:00 2001 From: 29 <791603901@qq.com> Date: Mon, 13 Jan 2025 02:46:35 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20(stop):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tracing-surreal/src/stop.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-surreal/src/stop.rs b/tracing-surreal/src/stop.rs index b9173ff..f3bc863 100644 --- a/tracing-surreal/src/stop.rs +++ b/tracing-surreal/src/stop.rs @@ -256,7 +256,7 @@ impl Stop { } // last_id: 01JH8CBYAKFSRK8Y9HY02QVTDS - // SELECT * FROM (SELECT *, session_id[*], client_id[*] FROM type::thing($table_name, ..=$last_id) ORDER BY id DESC LIMIT $n) ORDER BY id + // SELECT * FROM (SELECT *, client_id[*] FROM type::thing($table_name, ..=$last_id) ORDER BY id DESC LIMIT $n) ORDER BY id let query = "SELECT * FROM (SELECT * FROM type::thing($table_name, ..) ORDER BY id DESC LIMIT $n) ORDER BY id"; let msgs: Vec = self .db