From 8b6b1f854ddb4d9a713cb36774b822a3967c233e Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 12 五月 2026 10:43:11 +0800
Subject: [PATCH] fix(financial): 修复月度收入数据显示问题

---
 src/api/procurementManagement/procurementReport.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/procurementManagement/procurementReport.js b/src/api/procurementManagement/procurementReport.js
index 32c50c7..1f961a1 100644
--- a/src/api/procurementManagement/procurementReport.js
+++ b/src/api/procurementManagement/procurementReport.js
@@ -9,3 +9,12 @@
     params: query,
   });
 }
+
+// 閲囪喘涓氬姟姹囨�荤粺璁�
+export function procurementBusinessSummaryStatistics(query) {
+  return request({
+    url: "/procurementBusinessSummary/statistics",
+    method: "get",
+    params: query,
+  });
+}

--
Gitblit v1.9.3