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
a17e00d5
Commit
a17e00d5
authored
Jul 27, 2023
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-临时
parent
a43eaead
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
EnterpriseService.java
...ain/java/com/dsk/system/dskService/EnterpriseService.java
+3
-2
UrbanInvestmentPlatformServiceImpl.java
...stem/service/impl/UrbanInvestmentPlatformServiceImpl.java
+3
-2
No files found.
dsk-system/src/main/java/com/dsk/system/dskService/EnterpriseService.java
View file @
a17e00d5
...
@@ -266,8 +266,9 @@ public class EnterpriseService {
...
@@ -266,8 +266,9 @@ public class EnterpriseService {
if
(
codeRating
.
equals
(
HttpStatus
.
OK
.
value
()))
{
if
(
codeRating
.
equals
(
HttpStatus
.
OK
.
value
()))
{
Object
object
=
bondCreditRatingMap
.
get
(
"data"
);
Object
object
=
bondCreditRatingMap
.
get
(
"data"
);
if
(
ObjectUtil
.
isNotEmpty
(
object
))
{
if
(
ObjectUtil
.
isNotEmpty
(
object
))
{
Object
[]
obj
=
(
Object
[])
object
;
ArrayList
obj
=
(
ArrayList
)
object
;
companyMap
.
put
(
"bratingSubjectLevel"
,
obj
[
0
]);
Map
<
String
,
Object
>
bondCreditRating
=
(
Map
<
String
,
Object
>)
obj
.
get
(
0
);
companyMap
.
put
(
"bratingSubjectLevel"
,
bondCreditRating
.
get
(
"bratingSubjectLevel"
));
}
}
}
}
String
uipId
=
MapUtils
.
getString
(
companyMap
,
"uipId"
);
String
uipId
=
MapUtils
.
getString
(
companyMap
,
"uipId"
);
...
...
dsk-system/src/main/java/com/dsk/system/service/impl/UrbanInvestmentPlatformServiceImpl.java
View file @
a17e00d5
...
@@ -66,8 +66,9 @@ public class UrbanInvestmentPlatformServiceImpl implements UrbanInvestmentPlatfo
...
@@ -66,8 +66,9 @@ public class UrbanInvestmentPlatformServiceImpl implements UrbanInvestmentPlatfo
if
(
codeRating
.
equals
(
HttpStatus
.
OK
.
value
()))
{
if
(
codeRating
.
equals
(
HttpStatus
.
OK
.
value
()))
{
Object
object
=
bondCreditRatingMap
.
get
(
"data"
);
Object
object
=
bondCreditRatingMap
.
get
(
"data"
);
if
(
ObjectUtil
.
isNotEmpty
(
object
))
{
if
(
ObjectUtil
.
isNotEmpty
(
object
))
{
Object
[]
obj
=
(
Object
[])
object
;
ArrayList
obj
=
(
ArrayList
)
object
;
companyMap
.
put
(
"bratingSubjectLevel"
,
obj
[
0
]);
Map
<
String
,
Object
>
bondCreditRating
=
(
Map
<
String
,
Object
>)
obj
.
get
(
0
);
companyMap
.
put
(
"bratingSubjectLevel"
,
bondCreditRating
.
get
(
"bratingSubjectLevel"
));
}
}
}
}
String
uipId
=
MapUtils
.
getString
(
companyMap
,
"uipId"
);
String
uipId
=
MapUtils
.
getString
(
companyMap
,
"uipId"
);
...
...
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