guoyuji
2024-07-18 2c296fe96659899097f650a89a56a415424c34a5
north-glass-erp/src/main/java/com/example/erp/controller/sd/DeliveryController.java
@@ -129,6 +129,13 @@
        DownExcel.download(response, DeliveryDetailProductDTO.class, deliveryService.exportDeliveryDetailProductReport(dates),"orderReport");
    }
    @ApiOperation("发货单打印计数")
    @PostMapping ("/updateDeliveryPrintNumber/{deliveryId}")
    public Result updateDeliveryPrintNumber(@PathVariable String deliveryId)  {
        return  Result.seccess(deliveryService.updateDeliveryPrintNumber(deliveryId));
    }