Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
e0955191
Commit
e0955191
authored
Aug 25, 2023
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
parent
275cbff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
EnterpriseBussinessService.java
...com/dsk/system/dskService/EnterpriseBussinessService.java
+5
-0
No files found.
dsk-system/src/main/java/com/dsk/system/dskService/EnterpriseBussinessService.java
View file @
e0955191
...
@@ -93,8 +93,11 @@ public class EnterpriseBussinessService {
...
@@ -93,8 +93,11 @@ public class EnterpriseBussinessService {
dataMap
.
put
(
"sourceList"
,
enterpriseBussinessVoList
);
dataMap
.
put
(
"sourceList"
,
enterpriseBussinessVoList
);
if
(
ObjectUtil
.
isNotEmpty
(
body
.
getSources
()))
{
if
(
ObjectUtil
.
isNotEmpty
(
body
.
getSources
()))
{
for
(
EnterpriseBussinessVo
bussinessVo
:
enterpriseBussinessVoList
)
{
for
(
EnterpriseBussinessVo
bussinessVo
:
enterpriseBussinessVoList
)
{
String
source_id
=
bussinessVo
.
getSource_id
();
String
source_type
=
bussinessVo
.
getSource_type
();
String
source_type
=
bussinessVo
.
getSource_type
();
if
(
body
.
getSources
().
contains
(
source_type
))
{
if
(
body
.
getSources
().
contains
(
source_type
))
{
dataMap
.
put
(
"sourceId"
,
source_id
);
dataMap
.
put
(
"sourceType"
,
source_type
);
enterpriseSource
.
add
(
bussinessVo
);
enterpriseSource
.
add
(
bussinessVo
);
}
}
}
}
...
@@ -194,6 +197,8 @@ public class EnterpriseBussinessService {
...
@@ -194,6 +197,8 @@ public class EnterpriseBussinessService {
for
(
EnterpriseBussinessVo
bussinessVo
:
enterpriseBussinessVoList
)
{
for
(
EnterpriseBussinessVo
bussinessVo
:
enterpriseBussinessVoList
)
{
String
source_type
=
bussinessVo
.
getSource_type
();
String
source_type
=
bussinessVo
.
getSource_type
();
if
(
body
.
getSources
().
contains
(
source_type
))
{
if
(
body
.
getSources
().
contains
(
source_type
))
{
dataMap
.
put
(
"sourceId"
,
bussinessVo
.
getSource_id
());
dataMap
.
put
(
"sourceType"
,
bussinessVo
.
getSource_type
());
enterpriseSource
.
add
(
bussinessVo
);
enterpriseSource
.
add
(
bussinessVo
);
}
}
}
}
...
...
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