Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
projectplan_gzy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
projectplan_gzy
Merge requests
!472
111
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
111
zhouquan
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
周全
requested to merge
zhouquan
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b59296a1
1 commit,
2 years ago
1 file
+
1
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ServiceSite/src/main/java/com/seasky/projectplan/application/command/projectplan/ProjectPlanBase.java
+
1
−
0
Options
@@ -220,6 +220,7 @@ public abstract class ProjectPlanBase {
}
protected
void
departmentOpenVerify
(
ProjectPlanBookPo
projectPlanBookPo
){
ExceptionUtil
.
isNull
(
deptSwitchMapper
.
queryIsOpen
(
projectPlanBookPo
.
getDepartmentCode
()),
"没查到对应的部门信息"
);
ExceptionUtil
.
isTrue
(
"NO"
.
equals
(
deptSwitchMapper
.
queryIsOpen
(
projectPlanBookPo
.
getDepartmentCode
())),
"该部门状态未开启,无法提交"
);
}
/**