From 3128a684d6654131f01472ee95aa3f09a9d12dac Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 26 三月 2025 14:24:50 +0800
Subject: [PATCH] 1、git同步冲突引起文件丢失,进行系统恢复,并屏蔽一个非git提交的模块; 2、增加文件《增加一个单位(orgTag)》。
---
pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java | 6 ++++--
.gitignore | 1 +
pipIrr-platform/文档/SaaS/增加一个单位(orgTa).docx | 0
pipIrr-platform/pipIrr-mw/pom.xml | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index c0eaa1b..b45779a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/pipIrr-platform/downloadTemp/
+/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu3rdTest/
/logs/*.*
logs/
\ No newline at end of file
diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java b/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java
index 8704815..2a405c4 100644
--- a/pipIrr-platform/pipIrr-mw/pipIrr-mw-rtu/src/main/java/com/dy/rtuMw/Server.java
+++ b/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 ;
diff --git a/pipIrr-platform/pipIrr-mw/pom.xml b/pipIrr-platform/pipIrr-mw/pom.xml
index e008394..3e0de09 100644
--- a/pipIrr-platform/pipIrr-mw/pom.xml
+++ b/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>
diff --git "a/pipIrr-platform/\346\226\207\346\241\243/SaaS/\345\242\236\345\212\240\344\270\200\344\270\252\345\215\225\344\275\215\357\274\210orgTa\357\274\211.docx" "b/pipIrr-platform/\346\226\207\346\241\243/SaaS/\345\242\236\345\212\240\344\270\200\344\270\252\345\215\225\344\275\215\357\274\210orgTa\357\274\211.docx"
new file mode 100644
index 0000000..225d9f1
--- /dev/null
+++ "b/pipIrr-platform/\346\226\207\346\241\243/SaaS/\345\242\236\345\212\240\344\270\200\344\270\252\345\215\225\344\275\215\357\274\210orgTa\357\274\211.docx"
Binary files differ
--
Gitblit v1.8.0