From ea565ec889d90af05ce44d29c91b03981bcf51cc Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 16 五月 2023 14:02:45 +0800
Subject: [PATCH] 1

---
 src/main/java/com/yssh/service/impl/CommonServiceImpl.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/yssh/service/impl/CommonServiceImpl.java b/src/main/java/com/yssh/service/impl/CommonServiceImpl.java
index d7c2591..4e9aad9 100644
--- a/src/main/java/com/yssh/service/impl/CommonServiceImpl.java
+++ b/src/main/java/com/yssh/service/impl/CommonServiceImpl.java
@@ -76,8 +76,10 @@
 			try {
 				z = new Double(Math.round(Integer.parseInt(f2d[2]) * 1.0/10)).intValue();
 			} catch (Exception e) {
+				System.out.println(e.getStackTrace());
 			}
-            if (x <= 699 && y <= 699) {
+            //if (x <= 699 && y <= 699)
+			{
             	MonitorPointPosition monitorPointPosition = new MonitorPointPosition();
             	monitorPointPosition.setId(x + "_" + y + "_" + z);
                 monitorPointPosition.setName("AI-" + (count2d < 10 ? "0" + count2d : count2d + ""));

--
Gitblit v1.9.3