From 77c7b741c00ea1e400ae308b613bee9cb2a212a2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 29 Jul 2022 08:58:52 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhny_web

---
 src/api/farm/farmingrecord.js |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/api/farm/farmingrecord.js b/src/api/farm/farmingrecord.js
index 804fa66..f237073 100644
--- a/src/api/farm/farmingrecord.js
+++ b/src/api/farm/farmingrecord.js
@@ -45,4 +45,25 @@
             id
         }
     })
+}
+
+
+export const getFarmingCount = (deptId) => {
+    return request({
+        url: '/api/farmingRecord/getFarmingCount',
+        method: 'get',
+        params: {
+            deptId
+        }
+    })
+}
+
+export const getFarmingStatis = (deptId) => {
+    return request({
+        url: '/api/farmingRecord/getFarmingStatis',
+        method: 'get',
+        params: {
+            deptId
+        }
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3