Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
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
王衍超
cloud-fb
Commits
d566b203
Commit
d566b203
authored
Jun 09, 2022
by
yanHeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改] OA办公模块去除
parent
7c169a9f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
25 deletions
+14
-25
AuthMgrController.java
...n/java/com/beecode/inz/authmgr/web/AuthMgrController.java
+14
-25
DefaultFunctionTree.jmx
...m/beecode/inz/portal/functiontree/DefaultFunctionTree.jmx
+0
-0
No files found.
backend/inz.authmgr/src/main/java/com/beecode/inz/authmgr/web/AuthMgrController.java
View file @
d566b203
package
com
.
beecode
.
inz
.
authmgr
.
web
;
import
java.text.MessageFormat
;
import
java.util.ArrayList
;
import
java.util.Comparator
;
import
java.util.LinkedHashMap
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Set
;
import
java.util.UUID
;
import
java.util.stream.Collectors
;
import
javax.servlet.http.HttpServletRequest
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.ui.ModelMap
;
import
org.springframework.util.Assert
;
import
org.springframework.web.bind.annotation.PathVariable
;
import
org.springframework.web.bind.annotation.RequestBody
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMethod
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
org.springframework.web.bind.annotation.RestController
;
import
com.beecode.amino.core.Amino
;
import
com.beecode.bap.staff.BapContext
;
import
com.beecode.bap.staff.service.StaffService
;
...
...
@@ -52,6 +28,17 @@ import com.beecode.inz.authmgr.vo.AccessorPrivilegePara;
import
com.beecode.inz.common.service.ByIdService
;
import
com.beecode.inz.common.service.FollowerPrivilegeService
;
import
com.beecode.inz.common.service.FollowerPrivilegeType
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.ui.ModelMap
;
import
org.springframework.util.Assert
;
import
org.springframework.web.bind.annotation.*
;
import
javax.servlet.http.HttpServletRequest
;
import
java.text.MessageFormat
;
import
java.util.*
;
import
java.util.stream.Collectors
;
@RequestMapping
(
value
=
"basis/auth"
)
@RestController
...
...
@@ -85,7 +72,9 @@ public class AuthMgrController {
private
final
static
String
CLUEPOOL
=
"CluePool"
;
// 锚点顺序
private
final
static
String
[]
ANCHOR_ORDER
=
{
"项目"
,
"合同"
,
"监控"
,
"生产"
,
"销售"
,
"资金"
,
"运输"
,
"安健环"
,
"价格"
,
"OA办公"
,
"报表"
,
"综合BI"
,
"业务管理"
,
"其他"
};
//modify by 去除OA办公模块 from yanHeng
// private final static String[] ANCHOR_ORDER = { "项目", "合同", "监控", "生产", "销售", "资金" , "运输", "安健环", "价格", "OA办公", "报表", "综合BI", "业务管理", "其他" };
private
final
static
String
[]
ANCHOR_ORDER
=
{
"项目"
,
"合同"
,
"监控"
,
"生产"
,
"销售"
,
"资金"
,
"运输"
,
"安健环"
,
"价格"
,
"报表"
,
"综合BI"
,
"业务管理"
,
"其他"
};
protected
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
AuthMgrController
.
class
);
...
...
backend/inz.basis/src/main/resources/com/beecode/inz/portal/functiontree/DefaultFunctionTree.jmx
View file @
d566b203
This diff is collapsed.
Click to expand it.
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