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); } }