Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-03-16 11:10:24 +0800
Commit
97af81b2199f487758d67482040ee73a431c9df8
1 parent
3a79c03c
java发布存在互斥项目,不允许同时发布
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-common/src/main/java/com/ui/project/ProjectMutex.java
monitor-ui-common/src/main/java/com/ui/project/ProjectMutex.java
View file @
97af81b
...
...
@@ -53,7 +53,7 @@ public class ProjectMutex {
descr
+=
StringUtils
.
join
(
checkListList
,
","
);
descr
+=
"]与["
;
descr
+=
StringUtils
.
join
(
lsTmp
,
","
);
descr
+=
"]
冲突,不允许同时
发布"
;
descr
+=
"]
不允许同时发布,请单独提
发布"
;
mutex
=
true
;
break
;
}
...
...
Please
register
or
login
to post a comment