Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nouiWithSpringMVC
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gechengyang
nouiWithSpringMVC
Commits
b7129f90
Commit
b7129f90
authored
Sep 29, 2020
by
WeiCong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
越权
parent
cf5cfb9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
BizKeySetManager.java
...java/org/sss/presentation/noui/util/BizKeySetManager.java
+2
-4
No files found.
src/main/java/org/sss/presentation/noui/util/BizKeySetManager.java
View file @
b7129f90
...
@@ -2,8 +2,6 @@ package org.sss.presentation.noui.util;
...
@@ -2,8 +2,6 @@ package org.sss.presentation.noui.util;
import
log.Log
;
import
log.Log
;
import
log.LogFactory
;
import
log.LogFactory
;
import
org.apache.commons.collections.map.HashedMap
;
import
org.sss.common.model.IModule
;
import
org.sss.common.model.IModuleList
;
import
org.sss.common.model.IModuleList
;
import
org.sss.presentation.noui.common.Constants
;
import
org.sss.presentation.noui.common.Constants
;
...
@@ -71,7 +69,7 @@ public class BizKeySetManager {
...
@@ -71,7 +69,7 @@ public class BizKeySetManager {
{
{
String
[]
paramsKey
=
(
String
[])
moduleList
.
getAttribute
(
"KEY_PARAMS"
);
String
[]
paramsKey
=
(
String
[])
moduleList
.
getAttribute
(
"KEY_PARAMS"
);
//TODO 考虑后续读取配置文件
//TODO 考虑后续读取配置文件
if
(
paramsKey
!
=
null
)
if
(
paramsKey
=
=
null
)
paramsKey
=
new
String
[]{
"inr"
,
"$objtyp"
};
paramsKey
=
new
String
[]{
"inr"
,
"$objtyp"
};
return
paramsKey
;
return
paramsKey
;
...
@@ -104,7 +102,7 @@ public class BizKeySetManager {
...
@@ -104,7 +102,7 @@ public class BizKeySetManager {
{
{
}
}
return
fals
e
;
return
tru
e
;
}
}
//根据交易名和参数名,返回check item
//根据交易名和参数名,返回check item
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment