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); } }