From ffca2450e6c2be56047e8787e4031c014585b8ea Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 25 Aug 2025 17:37:20 +0800 Subject: [PATCH] bugfix --- wwwroot/connecthost.xterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index 5393813..1825891 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -3,7 +3,7 @@ async def gethostinfo(sor, ns): sql="""select a.* from hostdev a where a.id= ${id}$ - and a.ownerid = ${userid}$ + and a.ownerid = ${ownerid}$ """ recs = await sor.sqlExe(sql,ns.copy()) if len(recs) > 0: