remove limit
This commit is contained in:
parent
7429db3a03
commit
6d093b4b08
@ -1189,9 +1189,9 @@ def create_app():
|
|||||||
content = content + '</tbody></table>'
|
content = content + '</tbody></table>'
|
||||||
|
|
||||||
else:
|
else:
|
||||||
#a = AuthLog.query.all().order_by(AuthLog.login_dmr_id)
|
|
||||||
#a = AuthLog.query.all()
|
#a = AuthLog.query.all()
|
||||||
a = AuthLog.query.order_by(AuthLog.login_time.desc()).limit(300).all()
|
## a = AuthLog.query.order_by(AuthLog.login_time.desc()).limit(300).all()
|
||||||
|
a = AuthLog.query.order_by(AuthLog.login_time.desc()).all()
|
||||||
recent_list = []
|
recent_list = []
|
||||||
## r = AuthLog.query.order_by(AuthLog.login_dmr_id.desc()).all()
|
## r = AuthLog.query.order_by(AuthLog.login_dmr_id.desc()).all()
|
||||||
content = '''
|
content = '''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user