zhongrj
2023-12-08 95b938586c9a6b0fe0d57157a999a999c33a0c48
src/main/java/org/springblade/modules/hdmap/controller/HdmapController.java
@@ -95,6 +95,7 @@
      String mapurl = hdmap.getMapurl();
      hdmap.setMapurl(mapurl.replaceAll("amp;", ""));
      hdmap.setCreatetime(new Date());
      hdmap.setUpdatetime(new Date());
      return R.status(hdmapService.save(hdmap));
   }