| | |
| | | * @return |
| | | */ |
| | | @ResponseBody |
| | | @GetMapping("/system/indexVo") |
| | | public AjaxResult projectProcess2() { |
| | | @GetMapping("/system/indexDataCount") |
| | | public AjaxResult indexDataCount() { |
| | | IndexVo result = new IndexVo(); |
| | | |
| | | //=============================查询场地数量=============================== |
| | | List<Project> projectList = projectService.selectProjectCountByStatus(); |
| | | if (!ObjectUtils.isEmpty(projectList)) { |
| | |
| | | if (ObjectUtils.isEmpty(result.getProjectStatus2())) { |
| | | result.setProjectStatus2(0); |
| | | } |
| | | |
| | | //=============================查询进尺=============================== |
| | | Hole hole = holeService.selectHoleTotalProcess(); |
| | | result.setFootageCplCount(hole.getFootageCpl()); |