lin
2024-02-26 a7005cd100c1588e9bec1fad4501c4a7674587f7
src/main/java/org/springblade/modules/place/service/impl/PlaceServiceImpl.java
@@ -312,6 +312,7 @@
         }
      } else {
         // 一对一,暂时不处理,后续考虑需加绑定关系表
      }
   }
@@ -326,6 +327,7 @@
         && !Strings.isBlank(placeVO.getLocation())
         && !Strings.isBlank(placeVO.getPlaceName())
         && !Strings.isBlank(placeVO.getImageUrls())
         && !Strings.isBlank(placeVO.getPrincipalIdCard())
      ) {
         // 已完善
         placeVO.setStatus(2);
@@ -791,6 +793,7 @@
            if (null != addressEntity) {
               placeVO = new PlaceVO();
               placeVO.setDoorplateAddressEntity(addressEntity);
               placeVO.setHouseCode(addressEntity.getAddressCode());
               placeVO.setLng(addressEntity.getX());
               placeVO.setLat(addressEntity.getY());
               placeVO.setLocation(addressEntity.getAddressName());