src/main/java/com/ruoyi/production/mapper/ProductProcessMapper.java
@@ -14,6 +14,7 @@ @Mapper public interface ProductProcessMapper extends BaseMapper<ProductProcess> { IPage<ProductProcessDto> listPage(Page page,@Param("productProcessDto") ProductProcessDto productProcessDto); List<processDataProductionStatisticsDto> calculateProductionStatistics(LocalDateTime startDateTime, LocalDateTime endDateTime, Long userId, List<Long> processIds);