燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-05-16 ea565ec889d90af05ce44d29c91b03981bcf51cc
1
已修改1个文件
4 ■■■ 文件已修改
src/main/java/com/yssh/service/impl/CommonServiceImpl.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 + ""));