瀏覽代碼

11482-【CR】【投资系统】增加审批流程-项目阶段去掉权限

hxy 4 周之前
父節點
當前提交
66536abd78
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ProjectController.java

+ 0 - 8
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ProjectController.java

@@ -54,7 +54,6 @@ public class ProjectController extends BaseController
      * 查询项目池列表
      */
     @ApiOperation("查询项目池列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/list")
     public TableDataInfo list(TProjectPool tProjectPool)
     {
@@ -101,7 +100,6 @@ public class ProjectController extends BaseController
      * 查询项目机会阶段项目信息
      */
     @ApiOperation("查询项目机会阶段列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/listInvestOppStage")
     public TableDataInfo listInvestOppStage(TProjectPool tProjectPool)
     {
@@ -152,7 +150,6 @@ public class ProjectController extends BaseController
      * 查询项目立项阶段项目信息
      */
     @ApiOperation("查询项目立项阶段列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/listApprovalStage")
     public TableDataInfo listApprovalStage(TProjectPool tProjectPool)
     {
@@ -210,7 +207,6 @@ public class ProjectController extends BaseController
      * 查询项目背调阶段项目信息
      */
     @ApiOperation("查询项目背调阶段列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/listInvestigateStage")
     public TableDataInfo listInvestigateStage(TProjectPool tProjectPool)
     {
@@ -268,7 +264,6 @@ public class ProjectController extends BaseController
      * 查询项目投决阶段项目信息
      */
     @ApiOperation("查询项目投决阶段列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/listDecisionStage")
     public TableDataInfo listDecisionStage(TProjectPool tProjectPool)
     {
@@ -325,7 +320,6 @@ public class ProjectController extends BaseController
      * 查询项目签约阶段项目信息
      */
     @ApiOperation("查询项目签约阶段列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/listSignStage")
     public TableDataInfo listSignStage(TProjectPool tProjectPool)
     {
@@ -374,7 +368,6 @@ public class ProjectController extends BaseController
     }
     //所有项目观望列表
     @ApiOperation("所有项目观望列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/allWatchlist")
     public TableDataInfo allWatchlist(TProjectPool tProjectPool)
     {
@@ -424,7 +417,6 @@ public class ProjectController extends BaseController
      * 查询所有项目终止列表
      */
     @ApiOperation("查询所有项目终止列表")
-    @PreAuthorize("@ss.hasPermi('invest:pool:list')")
     @GetMapping("/allTerminationList")
     public TableDataInfo allTerminationList(TProjectPool tProjectPool)
     {