1
pjb
2025-08-02 5ab75e054876ff118f21701f409deb4470fc92f3
1
3个文件已修改
13 ■■■■■ 已修改文件
src/main/java/com/zy/core/thread/SiemensDevpThread.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/console.html 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/core/thread/SiemensDevpThread.java
@@ -482,7 +482,7 @@
        int index2 = 0;
        if (staProtocol.getSiteId() >= 310) {
            index = staNos3.indexOf(staProtocol.getSiteId());
            index2 = 54;
            index2 = 66;
        } else {
            index = staNos.indexOf(staProtocol.getSiteId());
        }
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8081
  port: 8080
  servlet:
    context-path: /@pom.build.finalName@
src/main/webapp/views/console.html
@@ -606,13 +606,18 @@
                            crns[i].bay = 1
                        }
                        // crnEl.animate({left: (crns[i].bay * unit) + 'px'}, 1000);
                        crns[i].bay = 8;
                        //crns[i].bay = 8;
                        var offSet = 0;
                        switch (i) {
                            case 0:
                            case 1:
                                unit = 30;
                                offSet = 380;
                                offSet = 720;
                                break;
                            case 2:
                            case 3:
                                unit = 22;
                                offSet = 1100;
                                break;
                        }