Commit 94f5c4ca authored by 金凯强's avatar 金凯强 🎨

受黄总压迫增加分页

parent 73a89424
......@@ -56,7 +56,7 @@ class InfoService(HSBaseUCService):
"paging": {
"page": 1,
"per_page": 10,
"total": 1000000000000000000000000000000000
"total": 10
},
"table": app_info_list
}
......@@ -151,7 +151,7 @@ order by A.default_version desc, A.upgrade_time desc
"paging": {
"page": 1,
"per_page": 10,
"total": 1000000000000000000000000000000000
"total": 10
},
"table": data
}
......@@ -175,7 +175,7 @@ where A.log_id={log_id}
"paging": {
"page": 1,
"per_page": 10,
"total": 1000000000000000000000000000000000
"total": 10
},
"table": 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