地质所 沉降监测网建设项目
suerwei
2024-05-23 e8460462dc4289a2ef57a78529580417c5eaf272
javaweb-plus/javaweb-cms/src/main/java/com/javaweb/geo/controller/TubLogController.java
@@ -136,4 +136,15 @@
        String message = tubLogService.importTubLog(projectId,file,updateSupport);
        return AjaxResult.success(message);
    }
    /**
     * 统计
     */
    @GetMapping("/countTubLogDate")
    @ResponseBody
    public AjaxResult countTubLogDate() {
        return tubLogService.countTubLogDate();
    }
}