1、git同步冲突引起文件丢失,进行系统恢复,并屏蔽一个非git提交的模块;
2、增加文件《增加一个单位(orgTag)》。
3个文件已修改
1个文件已添加
9 ■■■■■ 已修改文件
.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/pipIrr-mw/pom.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pipIrr-platform/文档/SaaS/增加一个单位(orgTa).docx 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -1,3 +1,4 @@
/pipIrr-platform/downloadTemp/
/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rdTest/
/logs/*.*
logs/
pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java
@@ -43,6 +43,7 @@
    private Document doc = null ;
    private boolean showStartInfo = false ;
    
    private String orgTag ;
    private String RmiSvUrl ;
    private String TcpSvUrl ;
    @Value("${server.port}")
@@ -116,7 +117,7 @@
            System.out.println("@@@@@@@@@@@@@@@@@@@@@#   #@@@@@@@@@@@@@@@@O") ;    
            System.out.println("@@@@@@@@@@@@@@@@@@@@@@@   &@@@@@@@@@@@@@@") ;           
            System.out.println("@@@@@@$      $@@@@@@@@@&   O@@@@@@@@@@@#") ;        
            System.out.println("@@@@@@$        @@@@@@@@@     @@@@@@@@@&      " + svName + "RtuMw 1.0.00" ) ;
            System.out.println("@@@@@@$        @@@@@@@@@     @@@@@@@@@&      " + this.orgTag + svName + "RtuMw 1.0.00" ) ;
            if(this.HttpSvPath != null && this.HttpSvPort != null){
                System.out.println("@@@@@@$       O@@@@@@@@@     &@@@@@@@@       HttpSv [ip]:" + this.HttpSvPort + this.HttpSvPath) ;
            }else{
@@ -150,9 +151,10 @@
            ///////////////
            //鍩烘湰閰嶇疆
            ServerProperties.orgTag = this.conf.getSetAttrTxt(this.doc, "config.base", "orgTag", null, false, null) ;
            if(ServerProperties.orgTag==null || ServerProperties.orgTag.trim().equals("")){
            if(ServerProperties.orgTag == null || ServerProperties.orgTag.trim().equals("")){
                throw new Exception("鏈烘瀯tag涓嶈兘涓虹┖") ;
            }
            this.orgTag = ServerProperties.orgTag ;
            ServerProperties.isLowPower = conf.getSetAttrBoolean(doc, "config.base", "isLowPower", null, null) ; 
            if(ServerProperties.isLowPower == null){
                ServerProperties.isLowPower = false ;
pipIrr-platform/pipIrr-mw/pom.xml
@@ -21,7 +21,7 @@
        <module>pipIrr-mw-simulate-rtu202404</module>
        <module>pipIrr-mwTest-server</module>
        <module>pipIrr-mwTest-client</module>
        <module>pipIrr-mw-shzTest</module>
        <module>pipIrr-mw-rtu3rdTest</module>
    </modules>
    <dependencies>
pipIrr-platform/文档/SaaS/增加一个单位(orgTa).docx
Binary files differ