Commit 4a67f1b6 by dong

fix20230417

parent a335082d
......@@ -359,7 +359,7 @@ def information():
InvestmentInformation.name.like("%{}%".format(name)) if name else text('')
)
inform_obj_list = inform_obj.paginate(page, perpage).items
inform_obj_list = inform_obj.order_by(InvestmentInformation.time.desc()).paginate(page, perpage).items
inform_count = inform_obj.count()
data = [{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment