update 全所收入菜单权限
This commit is contained in:
+2
@@ -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 = "全所收入统计导出-导出统计")
|
||||
|
||||
Reference in New Issue
Block a user