bugfix
This commit is contained in:
parent
87a4d1cbef
commit
f7df6ec726
@ -109,7 +109,7 @@ where x.parentid = ${fid}$
|
||||
|
||||
async def sor_get_subfile(self, sor, request, fid):
|
||||
userinfo = await get_session_userinfo(request)
|
||||
sql = """select a.*, 1 as is_leaf from file where folderid=${fid}$"""
|
||||
sql = """select *, 1 as is_leaf from file where folderid=${fid}$"""
|
||||
ns = {
|
||||
'fid':fid
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user