燕山石化溯源三维电子沙盘-【后端】-服务
13693261870
2023-06-09 702c1a3cf8112e610c5b3d62fc0b36b600b9f75c
src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java
@@ -296,8 +296,9 @@
   @Override
   public SuYuan700 selectSuYuan700ById(String id, Date date) {
      String time = DateUtils.getYyyyMmDdHhMmSs(date);
      id = id.substring(0, id.lastIndexOf("_") + 1) + "0";
      String time = DateUtils.getYyyyMmDdHhMmSs(date).substring(0, 13) + ":00:00";
      return null;
      return suYuanMapper.selectSuYuan700ById(id, time);
   }
}