From 5ce74aa073f8f31e3c9d078bbd747609d6a5c038 Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期四, 30 五月 2024 08:42:42 +0800
Subject: [PATCH] 修改单点登录模块的一些代码问题 1.全局userId变id
---
pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/test/CommandCtrl.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/test/CommandCtrl.java b/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/test/CommandCtrl.java
index e121ea3..a824671 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/test/CommandCtrl.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-mwTest-web/src/main/java/com/dy/pipIrrMwTestWeb/test/CommandCtrl.java
@@ -33,9 +33,9 @@
//return this.cd31() ;
//return this.cd86() ;
//return this.cd87() ;
- //return this.cd92() ;
+ return this.cd92() ;
//return this.cd93() ;
- return this.cd9C() ;
+ //return this.cd9C() ;
}
/**
--
Gitblit v1.8.0