Ver código fonte

12.20 陈宇

lwhhszx 2 anos atrás
pai
commit
0b24e52911

+ 1 - 0
RMS/src/main/java/cn/cslg/report/service/business/ReportService.java

@@ -132,6 +132,7 @@ public class ReportService extends ServiceImpl<ReportMapper, Report> {
             SecurityUtils.startDataScope("/pcs/report/query");
             List<Report> reports = this.page(new Page<>(reportVO.getCurrent(), reportVO.getSize()), queryWrapper).getRecords();
             reports = this.reportData(reports);
+            SecurityUtils.startDataScope("/pcs/report/query");
             long count = this.count(queryWrapper);
             return Response.success(reports, DataUtils.setPageColumn(reportVO.getSize(), reportVO.getCurrent(), Math.toIntExact(count)));
         }

BIN
RMS/target/classes/cn/cslg/report/service/OutInterfaceService.class