Commit d2431157 by dong

fix20230308

parent 9d24d6f1
......@@ -1221,7 +1221,7 @@ def newList1():
remind = ""
enterprise = enterprise
size = enterprise.count()
enters = enterprise.order_by(enterprise.hots.desc()).paginate(page, perpage).items
enters = enterprise.order_by(Enterprise.hots.desc()).paginate(page, perpage).items
enter = [{"id": i.id,
"name": i.company_name,
"hots": i.hots,
......
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