update 全所收入菜单权限

This commit is contained in:
邝凯兴
2022-08-01 15:51:58 +08:00
parent 48af9e89c7
commit 5561ee0f72
@@ -61,6 +61,7 @@ public class AllProjectMoneyStatisticsController {
*
* @param allProjectStatisticsSearch 全所收入统计搜索
*/
@RequiresPermissions("wholeInstituteStatistics:search")
@ApiOperation(value = "全所收入统计搜索-列表查询", notes = "全所收入统计搜索-详情列表查询")
@GetMapping(value = "/list")
public Result<?> list(AllProjectStatisticsSearch allProjectStatisticsSearch) {
@@ -83,6 +84,7 @@ public class AllProjectMoneyStatisticsController {
/**
* 所领导统计导出
*/
@RequiresPermissions("wholeInstituteStatistics:export")
@AutoLog(value = "全所收入统计导出-导出统计")
@GetMapping(value = "/excel")
@ApiOperation(value = "全所收入统计导出-导出统计", notes = "全所收入统计导出-导出统计")