huminmin
15 小时以前 74a9c98088594674ec5e7e850080f8d4d1adc8b1
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));
    }
}