chenhj
17 小时以前 455b965c6435b5359bb5c25f2b6810dbc06f5481
src/main/java/com/ruoyi/compensationperformance/service/impl/CompensationPerformanceServiceImpl.java
@@ -24,7 +24,6 @@
    @Override
    public IPage<CompensationPerformance> listPage(Page page, CompensationPerformance compensationPerformance) {
        IPage<CompensationPerformance> compensationPerformanceIPage = compensationPerformanceMapper.listPage(page, compensationPerformance);
        return compensationPerformanceIPage;
        return compensationPerformanceMapper.listPage(page, compensationPerformance);
    }
}