src/main/java/com/zbooksoft/gdmis/controller/UtlStatisticsController.java
@@ -501,4 +501,17 @@ } } /** * 根据资料类别统计 * * @return * @throws Exception */ @RequestMapping(value = "/typeStatistics") @RequiresUser public ModelAndView typeStatistics() { ModelAndView mav = new ModelAndView("gh/utlStatistics/typeStatistics"); return mav; } }