首次提交
Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -321,9 +321,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen | ... | @@ -321,9 +321,7 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen |
321 | documentMap.put("bdcdyh", map.get("BDCDYH")==null ? "":(String) map.get("BDCDYH")); | 321 | documentMap.put("bdcdyh", map.get("BDCDYH")==null ? "":(String) map.get("BDCDYH")); |
322 | if(map.get("FJ")!=null){ | 322 | if(map.get("FJ")!=null){ |
323 | documentMap.put("fj", "业务号:"+ywh+";"+map.get("FJ")); | 323 | documentMap.put("fj", "业务号:"+ywh+";"+map.get("FJ")); |
324 | }else if(map.get("ZTS")!=null){ | 324 | }else{ |
325 | documentMap.put("fj", "业务号:"+ywh+";"+map.get("ZTS")); | ||
326 | }else if(map.get("ZTS")==null&&map.get("FJ")==null){ | ||
327 | documentMap.put("fj", "业务号:"+ywh+";"); | 325 | documentMap.put("fj", "业务号:"+ywh+";"); |
328 | } | 326 | } |
329 | documentMap.put("qx", "汉台区"); | 327 | documentMap.put("qx", "汉台区"); | ... | ... |
-
Please register or sign in to post a comment