|
|
@@ -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)
|
|
|
{
|