From ce0aaddd0fc04e69c530a545de25a7a4d7f6fab3 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 06 七月 2023 18:27:19 +0800
Subject: [PATCH] 1

---
 src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java b/src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java
index 3f14383..9e7a9c5 100644
--- a/src/main/java/com/yssh/service/impl/SuYuanServiceImpl.java
+++ b/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) {

--
Gitblit v1.9.3