huminmin
5 小时以前 e8e374d8b9fb559fef9c5174ecd6ee8fef2e1fd4
add ApiOperation
已修改1个文件
1 ■■■■ 文件已修改
src/main/java/com/ruoyi/production/controller/ProductionProductMainController.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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));