src/main/java/com/ruoyi/production/mapper/ProductOrderMapper.java
@@ -27,4 +27,8 @@
    Integer countCompleted(@Param("startDate") String startDate, @Param("endDate") String endDate);
    Integer countPending(@Param("startDate") String startDate, @Param("endDate") String endDate);
    List<ProductOrderDto> listByProductModelId(@Param("productModelIds") List<Long> productModelIds);
    List<ProductOrderDto> listByProductOrderId(@Param("productOrderIds") List<Long> productOrderIds);
}