From d83ba37ebb8fbbc5d212e37cd2828c72fddddf6d Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 11 九月 2023 18:08:06 +0800
Subject: [PATCH] 1

---
 src/main/java/com/yssh/service/SuYuanService.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/yssh/service/SuYuanService.java b/src/main/java/com/yssh/service/SuYuanService.java
index 2d01143..889fd13 100644
--- a/src/main/java/com/yssh/service/SuYuanService.java
+++ b/src/main/java/com/yssh/service/SuYuanService.java
@@ -103,7 +103,7 @@
 	}
 
 	public Map<String, Object> selectSuYuan100(String name, Date date) {
-		Map<String, Object> result = new HashMap<String, Object>();
+		Map<String, Object> result = new HashMap<>();
 		MonitorPointPosition checkPoint = commonService.select3dCheckPointByName(name);
 		if (StringUtils.isNull(checkPoint)) {
 			return null;

--
Gitblit v1.9.3