src/main/java/com/ruoyi/production/controller/ProductOrderController.java
@@ -84,4 +84,10 @@ public R cleanRecord(@PathVariable Long id, @RequestBody Map<String, Object> cleanRecord) { return R.ok(productOrderService.cleanRecord(id, cleanRecord)); } @ApiOperation("查询所有批号") @GetMapping("/getProductOrderBatchNo") public R getProductOrderBatchNo() { return R.ok(productOrderService.getProductOrderBatchNo()); } }