fix
wzy
2021-11-24 485b0820dc36e2bb94bf618173c2588cc003362a
gc-user/src/main/java/com/xzx/gc/user/service/AddressService.java
@@ -122,6 +122,7 @@
                    addressReq.setLongitude(locationByAddress.getData().toString().split(",")[0]);
                    addressReq.setLatitude(locationByAddress.getData().toString().split(",")[1]);
                }
                addressReq.setTagName("微信地址");
            }
            if(StrUtil.isBlank(addressReq.getLatitude())){