shenyijian
2024-06-21 f20611265f7d34fd4fbcdfdaff6cb9cccd0b25fc
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));
   }
}