From f94b96403234f5927e74f72fc0cbc65d7b426019 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 10 十二月 2025 14:52:50 +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