| src/api/farm/farmingrecord.js | ●●●●● patch | view | raw | blame | history |
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 } }) }