fuliqi
2024-09-25 29fbb07e30eab4b8092a7600a0ef0e39db1de1f2
ycl-server/src/main/java/com/ycl/platform/controller/WorkOrderController.java
@@ -146,8 +146,6 @@
        return workOrderService.all();
    }
    @GetMapping("/detail/info/{workOrderNo}")
    @ApiOperation(value = "详情", notes = "详情")
    @PreAuthorize("@ss.hasPermi('work:order:detail')")