ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java
@@ -264,7 +264,6 @@ .eq(auditStatus != null, Share::getAuditStatus, auditStatus) .in(!CollectionUtils.isEmpty(userIds),Share::getObjectId, userIds) .eq(Share::getDelFlag, 0) .orderByAsc(Share::getAuditStatus) .orderByDesc(Share::getCreateTime) .page(Page.of(pageNum, pageSize)); for (Share record : page.getRecords()) {