From 0b7745aa3574ee6da9ebb42ba8e8687dcfb50e1d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 Aug 2025 16:29:56 +0800 Subject: [PATCH] bugfix --- wwwroot/connecthost.xterm | 1 + 1 file changed, 1 insertion(+) diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index 2191db4..d586c9f 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -6,6 +6,7 @@ where a.id= ${id}$ and a.ownerid = ${ownerid}$ """ recs = await sor.sqlExe(sql,ns.copy()) + debug(f'{recs[0]=}') if len(recs) > 0: r = recs[0] r.username = r.user