XiaoRuby
2023-09-05 b1ee044a6f0b6561fba149255432e0214c1884c3
inventory-server/src/main/java/com/yuanchu/mom/controller/ReceiptController.java
@@ -89,7 +89,7 @@
    @ApiImplicitParams(value = {
            @ApiImplicitParam(name = "id", value = "回单id", dataTypeClass = Integer.class, required = true)
    })
    @PostMapping("/selReceDatil")
    @GetMapping("/selReceDatil")
    public ResponseEntity<byte[]> selReceDatil(Integer id) throws IOException {
        return receiptService.selReceDatil(id);
    }