huminmin
10 小时以前 7e3c4b0752700ce04be836bf65aea0d86a5922b3
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));
    }
}