Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
夏齐
/
hzbdcsyn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ede126ed
authored
2022-10-13 10:24:21 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首次提交
1 parent
841303dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
src/main/java/com/pashanhoo/qys/service/impl/EciServiceImpl.java
src/main/java/com/pashanhoo/qys/service/impl/EciServiceImpl.java
View file @
ede126e
...
...
@@ -321,9 +321,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen
documentMap
.
put
(
"bdcdyh"
,
map
.
get
(
"BDCDYH"
)==
null
?
""
:(
String
)
map
.
get
(
"BDCDYH"
));
if
(
map
.
get
(
"FJ"
)!=
null
){
documentMap
.
put
(
"fj"
,
"业务号:"
+
ywh
+
";"
+
map
.
get
(
"FJ"
));
}
else
if
(
map
.
get
(
"ZTS"
)!=
null
){
documentMap
.
put
(
"fj"
,
"业务号:"
+
ywh
+
";"
+
map
.
get
(
"ZTS"
));
}
else
if
(
map
.
get
(
"ZTS"
)==
null
&&
map
.
get
(
"FJ"
)==
null
){
}
else
{
documentMap
.
put
(
"fj"
,
"业务号:"
+
ywh
+
";"
);
}
documentMap
.
put
(
"qx"
,
"汉台区"
);
...
...
Please
register
or
sign in
to post a comment