燕山石化溯源三维电子沙盘-【后端】-服务
1
13693261870
2023-05-16 e08f52f0269439072b9fbf9dcc6ae51f537d8aaf
src/main/java/com/yssh/service/impl/CommonServiceImpl.java
@@ -105,8 +105,10 @@
         try {
            z = new Double(Math.round(Integer.parseInt(f3d[2]) * 1.0/10)).intValue();
         } catch (Exception e) {
            System.out.println(e.getStackTrace());
         }
            if (x <= 699 && y <= 699) {
         if (count3d > 46) break;
         { //if (x <= 699 && y <= 699) {
                MonitorPointPosition monitorPointPosition = new MonitorPointPosition();
                monitorPointPosition.setId(x + "_" + y + "_" + z);
                 monitorPointPosition.setName("AI-" + (count3d < 10 ? "0" + count3d : count3d + ""));