From 14c9af5c6a07df489581d5a6b837bf7b97819d5c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 09 八月 2023 17:17:22 +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 f697546..2d01143 100644 --- a/src/main/java/com/yssh/service/SuYuanService.java +++ b/src/main/java/com/yssh/service/SuYuanService.java @@ -205,7 +205,7 @@ } public Map<String, Object> selectSuYuan500(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