zss
昨天 43f1b6df86d2dfab9eebf08bf21d7be0d9e6988a
src/main/java/com/ruoyi/production/mapper/ProductionProductMainMapper.java
@@ -29,5 +29,5 @@
     */
    ProductOrder getOrderByMainId(@Param("productMainId") Long productMainId);
    IPage<ProductionProductMainDto> listProductionDetails(SalesLedgerProductionAccountingDto salesLedgerProductionAccountingDto, Page page);
    IPage<ProductionProductMainDto> listProductionDetails(@Param("ew") SalesLedgerProductionAccountingDto salesLedgerProductionAccountingDto, Page page);
}