gongchunyi
5 天以前 7e6836f99b10cde552d2f403009bf66082535d94
src/main/java/com/ruoyi/production/mapper/ProductionProductMainMapper.java
@@ -33,4 +33,6 @@
    IPage<ProductionProductMainDto> listProductionDetails(@Param("ew") SalesLedgerProductionAccountingDto salesLedgerProductionAccountingDto, Page page);
    ArrayList<Long> listMain(List<Long> idList);
    List<ProductionProductMainDto> selectProductionProductMainDto(@Param("productOrderId") Long productOrderId);
}