智慧农业后台管理
guoshilong
2022-08-03 fc6f694cbc5c8d4f98bb98c51b87b4d73ac98885
src/main/java/org/springblade/modules/traceability/controller/SweepRecordController.java
@@ -128,4 +128,14 @@
      return R.data(sweepRecordService.getSweepRecordStatisticsByDayOrMonthOrYear(sweepRecord));
   }
   /**
    * 累计扫描统计
    * @param sweepRecord
    * @return
    */
   @GetMapping("/getSweepRecordStatisticCount")
   public R getSweepRecordStatisticCount(SweepRecordVO sweepRecord){
      return R.data(sweepRecordService.getSweepRecordStatisticCount(sweepRecord));
   }
}