zhongrj
2023-12-28 1e53e07cb4b95e282e4a0a55cc082db34b83a0d7
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);
      }