地质所 沉降监测网建设项目
zmk
2024-06-07 55182175d33887465e89dc7fc1bfca2dcb3cc3d7
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);
    }
}