From 3bdb0b7db7112bed4cde2a784d179cd86a8dcb42 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 21 十二月 2023 15:05:58 +0800
Subject: [PATCH] UserCtrl、DivideCtrl中原SsoAop进行登录验证有鉴权,现改为只验证登录,不做鉴权

---
 pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java
index a5f18cf..c1462a6 100644
--- a/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java
+++ b/pipIrr-platform/pipIrr-mw/pipIrr-mwTest-client/src/main/java/com/dy/testClient/ServerProperties.java
@@ -17,6 +17,8 @@
 	//鍙戦�佹暟鎹鏁�
 	public static Integer sendTimes = 0 ;
 	
-	//mwTestServer鎺у埗鏄惁鍚姩
-	public static boolean startWork = false ;
+	public static boolean startTcpConnectWork = false ;
+
+	//mwTestServer
+	public static boolean startRtuReportWork = false ;
 }

--
Gitblit v1.8.0