小程序在9月27日发布了正式版

This commit is contained in:
qcloud
2025-10-01 08:29:09 +08:00
parent 8d90798647
commit c44e6715a0
15 changed files with 6679 additions and 25074 deletions

View File

@@ -324,7 +324,7 @@ def mesum_list(tenant_id):
# model_type = request.args.get("type")
try:
res = []
overviews=MesumOverviewService.get_all()
overviews=MesumOverviewService.get_all(reverse=False,order_by ='sort_order')
for o in overviews:
res.append(o.to_dict())
return get_result(data=res)