From 7a5f71b1a9868ea0a90a097d24890454b8f7ef34 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 27 十一月 2025 10:27:32 +0800
Subject: [PATCH] 修改新增

---
 src/api/staffManage/staff.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/staffManage/staff.js b/src/api/staffManage/staff.js
index 2774bee..b910f16 100644
--- a/src/api/staffManage/staff.js
+++ b/src/api/staffManage/staff.js
@@ -167,3 +167,11 @@
         params: params
     })
 }
+
+export function getSituationSumDetail(params) {
+    return request({
+        url: '/system/statistics/getCompanyStatistics',
+        method: 'get',
+        params: params
+    })
+}

--
Gitblit v1.9.2