| | |
| | | return success(resList); |
| | | } |
| | | |
| | | /** |
| | | * 下载量统计 |
| | | * Download statistics |
| | | * <p>type类型:1-Shp文件,2-专题图,3-源数据,4-业务数据,5-管道分析,6-统计报告<p/> |
| | | */ |
| | | @SysLog() |
| | | @ApiOperation(value = "下载量统计") |
| | | @GetMapping("/countDownloads") |
| | | public ResponseMsg<Object> countDownloads() { |
| | | List<String> resList = aMapOfPipelineService.countDownloads(); |
| | | return success(resList); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 项目工程展示 |
| | |
| | | |
| | | |
| | | /** |
| | | * 项目工程类型 |
| | | * Project type |
| | | * 工程项目目录 |
| | | * Project Catalog |
| | | */ |
| | | /*@SysLog() |
| | | @ApiOperation(value = "项目工程类型") |
| | | @GetMapping("/countProjectType") |
| | | public ResponseMsg<Object> countProjectType() { |
| | | List<String> resList = aMapOfPipelineService.countProjectType1(); |
| | | @SysLog() |
| | | @ApiOperation(value = "工程项目目录") |
| | | @GetMapping("/selectProjectType") |
| | | public ResponseMsg<Object> selectProjectType1() { |
| | | List<String> resList = aMapOfPipelineService.selectProjectType1(); |
| | | return success(resList); |
| | | }*/ |
| | | } |
| | | |
| | | /** |
| | | * 根据表名查询表字段信息 |