@@ -41,7 +41,6 @@ public class CategoryProposalController extends BaseController
/**
* 查询提案类别列表
*/
- @PreAuthorize("@ss.hasPermi('category:proposal:list')")
@GetMapping("/list")
public TableDataInfo list(CategoryProposal categoryProposal)
{
@@ -79,7 +79,6 @@ public class StatisticsController extends BaseController {
* pc首页(本季度提案统计)
- @PreAuthorize("@ss.hasPermi('statistics:boundary:personageData')")
@GetMapping("/personageData")
public AjaxResult personageData() throws ParseException {
return statisticsService.personageData();