linwe
2023-12-26 eb55b4133ae6b3df80d8d14fbc5b32928f296fd7
src/main/java/org/springblade/modules/place/service/impl/PlaceServiceImpl.java
@@ -383,6 +383,7 @@
      PlaceExtEntity one = placeExtService.getOne(wrapper);
      if (null == one) {
         placeExtEntity.setPlaceId(placeVO.getId());
         placeExtEntity.setLocaltion(placeVO.getLocaltion());
         //新增
         placeExtService.savePlaceExt(placeExtEntity);
      }