From 97857de7bc536e459f8d5de78494c03cebc3171e Mon Sep 17 00:00:00 2001 From: liyong <18434998025@163.com> Date: 星期四, 19 六月 2025 11:37:12 +0800 Subject: [PATCH] 2025-06-19修改 --- src/main/java/com/ruoyi/purchase/controller/AccountingReportController.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ruoyi/purchase/controller/AccountingReportController.java b/src/main/java/com/ruoyi/purchase/controller/AccountingReportController.java index 50367c9..08733c7 100644 --- a/src/main/java/com/ruoyi/purchase/controller/AccountingReportController.java +++ b/src/main/java/com/ruoyi/purchase/controller/AccountingReportController.java @@ -26,9 +26,16 @@ private IInvoicePurchaseService invoicePurchaseService; @GetMapping("/list") - @Log(title = "閲囪喘鎶ヨ〃", businessType = BusinessType.OTHER) + @Log(title = "閲囪喘鎶ヨ〃-椤圭洰鍒╂鼎", businessType = BusinessType.OTHER) public AjaxResult list(Page page, InvoicePurchaseReportDto invoicePurchaseReportDto) { IPage<InvoicePurchaseReportDto> result =invoicePurchaseService.listPurchaseReport(page, invoicePurchaseReportDto); return AjaxResult.success(result); } + + @Log(title = "閲囪喘鎶ヨ〃-澧炲�肩◣姣斿", businessType = BusinessType.OTHER) + @GetMapping("/listVat") + public AjaxResult listVat(Page page, InvoicePurchase invoicePurchase) { + IPage<InvoicePurchase> result = invoicePurchaseService.listVat(page, invoicePurchase); + return AjaxResult.success(result); + } } -- Gitblit v1.9.3