首次提交
Showing
2 changed files
with
2 additions
and
0 deletions
| ... | @@ -476,6 +476,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen | ... | @@ -476,6 +476,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen |
| 476 | if(zsbh!=null && zsbh.length>0){ | 476 | if(zsbh!=null && zsbh.length>0){ |
| 477 | String qlqtzk=(String)map.get("QLQTZK"); | 477 | String qlqtzk=(String)map.get("QLQTZK"); |
| 478 | Map qrlInfoMap=regBusBdcqzsdjxxMapper.getQlrInfoByYwh((String) map.get("YWH")); | 478 | Map qrlInfoMap=regBusBdcqzsdjxxMapper.getQlrInfoByYwh((String) map.get("YWH")); |
| 479 | if(qrlInfoMap!=null){ | ||
| 479 | String allQlrmc=(String)qrlInfoMap.get("QLRMC"); | 480 | String allQlrmc=(String)qrlInfoMap.get("QLRMC"); |
| 480 | String allZjh=(String)qrlInfoMap.get("ZJH"); | 481 | String allZjh=(String)qrlInfoMap.get("ZJH"); |
| 481 | if(StringUtils.isNotBlank(allQlrmc)){ | 482 | if(StringUtils.isNotBlank(allQlrmc)){ |
| ... | @@ -500,6 +501,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen | ... | @@ -500,6 +501,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen |
| 500 | } | 501 | } |
| 501 | } | 502 | } |
| 502 | } | 503 | } |
| 504 | } | ||
| 503 | return list; | 505 | return list; |
| 504 | } | 506 | } |
| 505 | 507 | ... | ... |
-
Please register or sign in to post a comment