bug
zss
4 天以前 a02755803c0fa65c4f6ac5f10f4d3989e9ff9eff
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);
}