Update to v7.57.0

This commit is contained in:
aapanel.com
2025-11-21 17:19:27 +08:00
parent b6e4ab8b35
commit eb21fc65dd
1241 changed files with 22299 additions and 5531 deletions
+4 -2
View File
@@ -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
'''
* 获取数据与分页