huminmin
16 小时以前 7e3c4b0752700ce04be836bf65aea0d86a5922b3
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java
@@ -60,6 +60,7 @@
        util.exportExcel(response, list, "生产报工数据");
    }
    @ApiOperation("根据工单id查询报工数据")
    @GetMapping("/getByProductWorkOrderId/{productWorkOrderId}")
    public R getByProductWorkOrderId(@PathVariable Long productWorkOrderId) {
        return R.ok(productionProductMainService.getByProductWorkOrderId(productWorkOrderId));