Ver código fonte

Merge branch 'test' into dev

# Conflicts:
#	RMS/target/classes/cn/cslg/report/service/business/ReportService.class
lwhhszx 2 anos atrás
pai
commit
4dbd30b8cd

+ 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


BIN
RMS/target/classes/cn/cslg/report/service/business/ReportService.class