。。。

This commit is contained in:
wangliwen 2022-08-15 17:16:27 +08:00
parent ec9b9cad87
commit b07798e6af
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
}
long pingTOp = (index.get("pin_top_time") == null) ? 0 : Long.parseLong(index.get("pin_top_time").toString());
return pingTOp;
}, Comparator.reverseOrder())
}).reversed()
).skip((long) (pageNum - 1) * pageSize).limit(pageSize).map(x -> Long.valueOf(x.get("id").toString())).limit(pageSize).collect(Collectors.toList());
return temp;
}).get();