Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
config-server-api
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何熠
config-server-api
Commits
ca37543b
Commit
ca37543b
authored
Dec 17, 2021
by
zhaoxiaolei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
a62af0d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
IntegrateServiceImpl.java
...tech/authorization/service/impl/IntegrateServiceImpl.java
+0
-2
No files found.
src/main/java/cn/com/uitech/authorization/service/impl/IntegrateServiceImpl.java
View file @
ca37543b
...
...
@@ -846,14 +846,12 @@ public class IntegrateServiceImpl implements IntegrateService {
//没有configid
cpnList
.
setMsg
(
configurableBom
.
getSuperBomCode
()+
"没有维护默认值"
);
cpnList
.
setCode
(
ApiResult
.
INTERNAL_SERVER_ERROR
.
getCode
());
flag
=
false
;
continue
;
}
}
else
{
//没有superbom
cpnList
.
setMsg
(
"H3CPN没有维护对照关系"
);
cpnList
.
setCode
(
ApiResult
.
INTERNAL_SERVER_ERROR
.
getCode
());
flag
=
false
;
continue
;
}
//有superbom 有configid h3cvcode存在 没有下架 设置true进行撞配
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment