From bc90fb7e0c6c8313e7d5fcf3aba57e3a1f975c93 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 15 八月 2024 17:39:45 +0800
Subject: [PATCH] 对象建模模块,保存统一先进行正则校验(之间是失焦才进行校验)
---
Source/Client/PLTClient/src/com/vci/client/auth2/view/CheckRightResultView.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/Client/PLTClient/src/com/vci/client/auth2/view/CheckRightResultView.java b/Source/Client/PLTClient/src/com/vci/client/auth2/view/CheckRightResultView.java
index dd59068..8529ada 100644
--- a/Source/Client/PLTClient/src/com/vci/client/auth2/view/CheckRightResultView.java
+++ b/Source/Client/PLTClient/src/com/vci/client/auth2/view/CheckRightResultView.java
@@ -42,6 +42,7 @@
import com.vci.client.common.objects.DeptObject;
import com.vci.client.common.objects.RoleObject;
import com.vci.client.common.objects.UserObject;
+import com.vci.client.common.providers.ServiceProvider;
import com.vci.client.framework.delegate.RightManagementClientDelegate;
import com.vci.client.logon.base.BaseJDialog;
import com.vci.client.ui.exception.VCIException;
@@ -256,7 +257,7 @@
// 鎿嶄綔
List<OpItem> opitems = new ArrayList<OpItem>();
try {
- String where = RightManagerHelper.getFrameworkService().checkRight(params);
+ String where = ServiceProvider.getFrameService().checkRight(params);
String[] ops = where.split(":");
for (String s : ops) {
--
Gitblit v1.9.3