mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-12 12:37:39 +02:00
Update to v7.57.0
This commit is contained in:
+4
-2
@@ -545,8 +545,10 @@ class data:
|
||||
id = get.id
|
||||
SQL = db.Sql().table(tableName)
|
||||
where = "id=?"
|
||||
retuls = SQL.where(where,(id,)).getField(keyName)
|
||||
return public.xsssec(retuls)
|
||||
result = SQL.where(where,(id,)).getField(keyName)
|
||||
if type(result) == str:
|
||||
result = public.xsssec(result)
|
||||
return result
|
||||
|
||||
'''
|
||||
* 获取数据与分页
|
||||
|
||||
Reference in New Issue
Block a user