地质所 沉降监测网建设项目
zmk
2024-06-12 8890c3cef398629ac46e5cd331a5e9ea8964e1ab
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/{projectId}")
    @ResponseBody
    public AjaxResult countTubLogDate(@PathVariable("projectId") String projectId) {
        return tubLogService.countTubLogDate(projectId);
    }
}