guoshilong
2023-12-28 6b8971db2990a8bcb4c67ba0d07df2368a00a45e
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/jcsb/controller/DbReportController.java
@@ -76,4 +76,11 @@
   public R remove(@ApiParam(value = "主键集合") @RequestParam String ids) {
      return R.data(dbReportService.removeBatchByIds(Func.toLongList(ids)));
   }
   //获取最新上报数据
   @GetMapping("/getLatestList")
   public R getLatestList(DbReportVO dbReport){
      return R.data(dbReportService.getLatestList(dbReport));
   }
}