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
41f4a75d
authored
2022-08-09 16:23:52 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首次提交
1 parent
0d30a434
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/main/java/com/pashanhoo/common/QysTask.java
src/main/java/com/pashanhoo/qys/service/impl/EciServiceImpl.java
src/main/java/com/pashanhoo/common/QysTask.java
View file @
41f4a75
src/main/java/com/pashanhoo/qys/service/impl/EciServiceImpl.java
View file @
41f4a75
...
...
@@ -476,6 +476,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen
if
(
zsbh
!=
null
&&
zsbh
.
length
>
0
){
String
qlqtzk
=(
String
)
map
.
get
(
"QLQTZK"
);
Map
qrlInfoMap
=
regBusBdcqzsdjxxMapper
.
getQlrInfoByYwh
((
String
)
map
.
get
(
"YWH"
));
if
(
qrlInfoMap
!=
null
){
String
allQlrmc
=(
String
)
qrlInfoMap
.
get
(
"QLRMC"
);
String
allZjh
=(
String
)
qrlInfoMap
.
get
(
"ZJH"
);
if
(
StringUtils
.
isNotBlank
(
allQlrmc
)){
...
...
@@ -500,6 +501,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen
}
}
}
}
return
list
;
}
...
...
Please
register
or
sign in
to post a comment