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) {