gongchunyi
3 天以前 89601693cac022cd36288f67afc39c079ce70810
src/main/java/com/ruoyi/production/service/impl/ProductionSettlementBatchesServiceImpl.java
@@ -493,4 +493,12 @@
        result.setDiffRate(diffRate);
        return result;
    }
    @Override
    public List<ProductionSettlementBatches> importExcelList(String year) {
        return this.lambdaQuery()
                .likeRight(ProductionSettlementBatches::getPeriodTime, year)
                .orderByDesc(ProductionSettlementBatches::getPeriodTime)
                .list();
    }
}