zhongrj
2023-12-28 8dab1f5e6ae80f6808d818ba799d38bb0ef4e699
src/main/java/org/springblade/modules/place/service/impl/PlaceServiceImpl.java
@@ -388,7 +388,7 @@
      PlaceExtEntity one = placeExtService.getOne(wrapper);
      if (null == one) {
         placeExtEntity.setPlaceId(placeVO.getId());
         placeExtEntity.setLocaltion(placeVO.getLocation());
         placeExtEntity.setLocation(placeVO.getLocation());
         //新增
         placeExtService.savePlaceExt(placeExtEntity);
      }