Java-Class-C:com.github.pagehelper.PageInfo
ylbtech-Java-Class-C:com.github.pagehelper.PageInfo 1. 返回顶部 2. 返回顶部 1.1、 import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; 1.2、 @ApiOperation(value = "查询拼团情况列表") @PostMapping("/selectGroupSituationListById") public Result selectGroupSituationListById(HttpServletRequest request, @RequestBody() Map pa) { try { String organizationId = TokenUtils.getOrganizationId(request, jwtUtil); int pno = (int) pa.get("pno"); int psize = (int) pa.get("psize"); PageHelper.startPage(pno, psize); pa.put("organizationId",organizationId); List<Map> list = grouactivityMapper