From e695ccfa73205f256f2e85488c7accba00f342e5 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 13 Jul 2022 18:06:19 +0800
Subject: [PATCH] 1

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

diff --git a/src/api/farm/farmingrecord.js b/src/api/farm/farmingrecord.js
index f6c68a7..7a38bfa 100644
--- a/src/api/farm/farmingrecord.js
+++ b/src/api/farm/farmingrecord.js
@@ -135,7 +135,6 @@
         }
     })
 }
-
 export const page = (current, size, params) => {
     return request({
         url: '/farmingRecord/page',
@@ -270,3 +269,12 @@
         }
     })
 }
+export const getSweepRecordStatisticsByDayOrMonthOrYear = (params) => {
+    return request({
+        url: '/sweepRecord/getSweepRecordStatisticsByDayOrMonthOrYear',
+        method: 'get',
+        params: {
+            ...params
+        }
+    })
+}

--
Gitblit v1.9.3