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(); } }