|
@@ -79,7 +79,6 @@ public class StatisticsController extends BaseController {
|
|
/**
|
|
/**
|
|
* pc首页(本季度提案统计)
|
|
* pc首页(本季度提案统计)
|
|
*/
|
|
*/
|
|
- @PreAuthorize("@ss.hasPermi('statistics:boundary:personageData')")
|
|
|
|
@GetMapping("/personageData")
|
|
@GetMapping("/personageData")
|
|
public AjaxResult personageData() throws ParseException {
|
|
public AjaxResult personageData() throws ParseException {
|
|
return statisticsService.personageData();
|
|
return statisticsService.personageData();
|