src/main/java/com/ruoyi/compensationperformance/service/CompensationPerformanceService.java
@@ -14,9 +14,11 @@ /** * 分页查询 * * @param page * @param compensationPerformance * @param page 分页插件 * @param staffName 员工姓名 * @param payDateStr 薪资日期 * @return */ IPage<CompensationPerformance> listPage(Page page, CompensationPerformance compensationPerformance); IPage<CompensationPerformance> listPage(Page page, String staffName, String payDateStr); }