gongchunyi
2026-04-29 560c051b6ca86788ae84f22472d532e0b76f42b9
src/main/java/com/ruoyi/production/mapper/ProductProcessMapper.java
@@ -17,5 +17,5 @@
    
    IPage<ProductProcessDto> listPage(Page page, @Param("productProcessDto") ProductProcessDto productProcessDto);
    List<processDataProductionStatisticsDto> calculateProductionStatistics(LocalDateTime startDateTime, LocalDateTime endDateTime, Long userId, List<Long> processIds);
    List<processDataProductionStatisticsDto> calculateProductionStatistics(LocalDateTime startDateTime, LocalDateTime endDateTime, Long userId, List<Long> processTypes);
}