src/main/java/com/ruoyi/compensationperformance/service/impl/CompensationPerformanceServiceImpl.java
@@ -10,6 +10,8 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** * @author :yys * @date : 2025/8/8 9:55 @@ -27,4 +29,8 @@ return compensationPerformanceMapper.listPage(page, staffName, payDateStr); } @Override public List<CompensationPerformance> exportList() { return compensationPerformanceMapper.exportList(); } }