Commit ac858c38 by guojx

竞赛单项和赛区接口

parent 456bf364
......@@ -138,7 +138,7 @@ public class DataController {
jsonObject.put("clerkId", allList.stream().collect(Collectors.joining(",")));
JSONObject total = getTotalJson(jsonObject, apolloKey);
if (total != null) {
pageList.add(total);
pageList.add(0, total);
}
}
int totalPage = page.getTotalCount() % page.getPageSize() != 0 ? page.getTotalCount() / page.getPageSize() + 1 : page.getTotalCount() / page.getPageSize();
......
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