|
@@ -233,7 +233,7 @@ public class ProjectChangeManage { |
|
|
.notExists("select 1 from nd_project_change_history npch where " + |
|
|
.notExists("select 1 from nd_project_change_history npch where " + |
|
|
"npch.project_code = nd_project.project_code and npch.status = {0}", |
|
|
"npch.project_code = nd_project.project_code and npch.status = {0}", |
|
|
ProjectChangeStatus.CHANGE_FAILED.getCode()) |
|
|
ProjectChangeStatus.CHANGE_FAILED.getCode()) |
|
|
.notIn(Project::getStatus, ProjectStatus.STOPPED.getCode(), |
|
|
|
|
|
|
|
|
.notIn(Project::getStatus, ProjectStatus.STOPPED_PASSED.getCode(), |
|
|
ProjectStatus.ON_STOPPED_APPLY.getCode(), |
|
|
ProjectStatus.ON_STOPPED_APPLY.getCode(), |
|
|
ProjectStatus.ON_CHANGE_APPLY.getCode()); |
|
|
ProjectStatus.ON_CHANGE_APPLY.getCode()); |
|
|
UserInfoDetails userDetail = LoginUserUtil.loginUserDetail(); |
|
|
UserInfoDetails userDetail = LoginUserUtil.loginUserDetail(); |
|
|