燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-07-06 ce0aaddd0fc04e69c530a545de25a7a4d7f6fab3
src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java
@@ -306,6 +306,14 @@
   }
   @Override
   public SuYuan700 selectSuYuan46ById(String id, Date date) {
      id = id.substring(0, id.lastIndexOf("_") + 1) + "0";
      String time = DateUtils.getYyyyMmDdHhMmSs(date).substring(0, 13) + ":00:00";
      return suYuanMapper.selectSuYuan46ById(id, time);
   }
   @Override
   public String selectAddrByXY(double x, double y) {
      List<Location> locations = locationMapper.selectByXY(x, y);
      if (null != locations && locations.size() > 0) {