|
|
@ -286,6 +286,7 @@ public class PartymemberBaseInfoServiceImpl extends BaseServiceImpl<PartymemberB |
|
|
|
gridFullPath = String.format("%s-%s-%s", gridInfoResult.getData().getStreetName(), |
|
|
|
gridInfoResult.getData().getCommnuityName(), |
|
|
|
gridInfoResult.getData().getGridName()); |
|
|
|
gridFullPath = gridFullPath.replaceAll("null", "").trim(); |
|
|
|
gridFullPath = gridFullPath.replaceAll("--", "").trim(); |
|
|
|
} |
|
|
|
//查询居民认证信息,获取居民头像
|
|
|
@ -328,6 +329,7 @@ public class PartymemberBaseInfoServiceImpl extends BaseServiceImpl<PartymemberB |
|
|
|
gridFullPath = String.format("%s-%s-%s", gridInfoResult.getData().getStreetName() == null?"":gridInfoResult.getData().getStreetName(), |
|
|
|
gridInfoResult.getData().getCommnuityName() == null?"":gridInfoResult.getData().getCommnuityName(), |
|
|
|
gridInfoResult.getData().getGridName() == null?"":gridInfoResult.getData().getGridName()); |
|
|
|
gridFullPath = gridFullPath.replaceAll("null", "").trim(); |
|
|
|
gridFullPath = gridFullPath.replaceAll("--", "").trim(); |
|
|
|
} |
|
|
|
//查询居民认证信息,获取居民头像
|
|
|
|