xieb
2024-01-24 aa2004ef65a3d8c8e15ec1689fc4f8e1b8d91c59
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));
   }
}