zss
2024-08-10 b40024b18ace16f5dd5897d074181dcdb0d588bc
performance-server/src/main/java/com/yuanchu/mom/service/impl/AuxiliaryCorrectionHoursServiceImpl.java
@@ -96,6 +96,9 @@
                }
            }
        }
        if (ids.size()==0){
            ids=null;
        }
        map.put("body", auxiliaryCorrectionHoursMapper.selectAuxiliaryCorrectionHours(page, QueryWrappers.queryWrappers(auxiliaryCorrectionHoursDto).eq("month", auxiliaryCorrectionHoursDto.getMonth()), ids));
        return map;
    }