huminmin
22 小时以前 c8b387728909a6de2109505439308aaa9f44d3de
src/main/java/com/ruoyi/production/controller/ProductWorkOrderController.java
@@ -57,4 +57,9 @@
        productWorkOrderservice.down(response, productWorkOrder);
    }
    @ApiOperation("根据生产订单id查询数据")
    @GetMapping("/getByProductOrderId/{productOrderId}")
    public R getProductWorkOrderListByProductOrderId(@PathVariable Long productOrderId) {
        return R.ok(productWorkOrderservice.getByProductOrderId(productOrderId));
    }
}