wzy
2022-08-14 b141df9bf9764db8567efebed48006e12ab1f657
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())){