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
3c2969d6
Commit
3c2969d6
authored
Apr 14, 2021
by
shiwenbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无效的功能权限分组和功能权限
删除无效的默认角色分组和默认角色
parent
1a3ee383
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 additions
and
334 deletions
+1
-334
AuthMgrController.java
...n/java/com/beecode/inz/authmgr/web/AuthMgrController.java
+1
-4
CustomerList.mk
...src/main/model/com/beecode/inz/basis/auth/CustomerList.mk
+0
-14
CustomerList.jmx
...ain/resources/com/beecode/inz/basis/auth/CustomerList.jmx
+0
-16
Role.json
...a/src/main/resources/com/beecode/inz/basis/auth/Role.json
+0
-279
RoleGroup.json
.../main/resources/com/beecode/inz/basis/auth/RoleGroup.json
+0
-21
No files found.
backend/inz.authmgr/src/main/java/com/beecode/inz/authmgr/web/AuthMgrController.java
View file @
3c2969d6
...
...
@@ -76,7 +76,7 @@ public class AuthMgrController {
private
final
static
String
CLUEPOOL
=
"CluePool"
;
// 锚点顺序
private
final
static
String
[]
ANCHOR_ORDER
=
{
"
资源"
,
"招商"
,
"物业"
,
"移动端
"
,
"其他"
};
private
final
static
String
[]
ANCHOR_ORDER
=
{
"
项目"
,
"合同"
,
"监控"
,
"生产"
,
"销售"
,
"资金"
,
"运输"
,
"安健环"
,
"价格"
,
"OA办公"
,
"业务管理
"
,
"其他"
};
protected
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
AuthMgrController
.
class
);
...
...
@@ -311,9 +311,6 @@ public class AuthMgrController {
String
[]
title
=
category
.
split
(
"/"
);
// 锚点
String
anchor
=
title
[
0
];
if
(
anchor
.
equals
(
"资产"
))
{
anchor
=
"资源"
;
}
// 锚点包含的内容
String
privilege
=
title
[
1
];
info
.
setCategory
(
privilege
);
...
...
backend/inz.basis/src/main/model/com/beecode/inz/basis/auth/CustomerList.mk
deleted
100644 → 0
View file @
1a3ee383
<model>
<header>
<type>bcp.authz.Privilege</type>
<package>com.beecode.inz.basis.auth</package>
<name>CustomerList</name>
<title>列表</title>
<tags></tags>
<description></description>
</header>
<content>
<privilege type='TOKEN' target-type='' id='7b19c7f9-15b1-4709-bfb8-65de3f44365c' category='招商/注册用户' seq='0'></privilege>
</content>
</model>
\ No newline at end of file
backend/inz.basis/src/main/resources/com/beecode/inz/basis/auth/CustomerList.jmx
deleted
100644 → 0
View file @
1a3ee383
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-privilege"
>
<specification>
1.0
</specification>
<id>
7b19c7f9-15b1-4709-bfb8-65de3f44365c
</id>
<name>
com.beecode.inz.basis.auth.CustomerList
</name>
<title>
列表
</title>
<define>
bcp.authz.privilege
</define>
<define-version>
1.0.0
</define-version>
<content>
<m:privilege>
<m:type>
TOKEN
</m:type>
<m:category>
招商/注册用户
</m:category>
<m:seq>
0
</m:seq>
</m:privilege>
</content>
</metadata>
backend/inz.init.data/src/main/resources/com/beecode/inz/basis/auth/Role.json
View file @
3c2969d6
[
{
"name"
:
"role001"
,
"title"
:
"资产管理员"
,
"description"
:
"对资产进行管理"
,
"roleGroup"
:
"roleGroup01"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"资产/项目"
,
"资产/地块"
,
"资产/楼栋"
,
"资产/租控图"
]
},
{
"name"
:
"role002"
,
"title"
:
"市场推广人员"
,
"description"
:
"仅做市场活动相关"
,
"roleGroup"
:
"roleGroup01"
,
"privilegeGroupNames"
:
[
"招商/市场活动"
,
"招商/线索"
]
},
{
"name"
:
"role003"
,
"title"
:
"数据录入员"
,
"description"
:
"录入线索及向公海里录入信息"
,
"roleGroup"
:
"roleGroup01"
,
"privilegeGroupNames"
:
[
"招商/线索"
,
"招商/客户"
]
},
{
"name"
:
"role005"
,
"title"
:
"招商人员"
,
"description"
:
"录入合同,查看合同信息"
,
"roleGroup"
:
"roleGroup01"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"资产/租控图"
,
"招商/市场活动"
,
"招商/线索"
,
"招商/客户"
,
"招商/联系人"
,
"招商/拜访"
,
"招商/商机"
,
"招商/渠道"
,
"合约/租赁合同新签"
,
"合约/租赁合同变更"
,
"合约/租赁合同提前终止"
,
"合约/销售合同新签"
,
"合约/销售合同变更"
,
"合约/租赁合同"
,
"合约/销售合同"
,
"合约/应收统计"
]
},
{
"name"
:
"role006"
,
"title"
:
"客服人员"
,
"description"
:
"直接面向企业或个人的第一窗口,可以对合同进行费用新增"
,
"roleGroup"
:
"roleGroup01"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"资产/租控图"
,
"合约/租赁合同新签"
,
"合约/租赁合同变更"
,
"合约/租赁合同"
,
"合约/租赁合同退租确认"
,
"合约/租赁验房"
]
},
{
"name"
:
"role04001"
,
"title"
:
"物业管理员"
,
"description"
:
"负责接收物业报修并受理,管理园区水电"
,
"roleGroup"
:
"roleGroup04"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"物业/报修单"
,
"物业/受理单"
,
"物业/回访单"
,
"物业/标准水价"
,
"物业/标准电价"
,
"物业/水表管理"
,
"物业/电表管理"
,
"物业/租客水表设置"
,
"物业/租客电表设置"
,
"物业/水表抄表"
,
"物业/电表抄表"
,
"物业/水费单"
,
"物业/电费单"
,
"物业/设备管理"
,
"物业/设备间管理"
,
"物业/服务商管理"
,
"物业/保养记录"
,
"物业/安保巡检"
,
"物业/保洁巡检"
,
"物业/巡检记录"
,
"物业/质检记录"
,
"物业/设备间巡检记录"
,
"物业/物业地图"
]
},
{
"name"
:
"role04002"
,
"title"
:
"能源物业人员"
,
"description"
:
"负责接收物业报修并受理,管理园区水电"
,
"roleGroup"
:
"roleGroup04"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"物业/水表抄表"
,
"物业/电表抄表"
,
"物业/水费单"
,
"物业/电费单"
]
},
{
"name"
:
"role04003"
,
"title"
:
"巡检物业人员"
,
"description"
:
"负责安防巡检及保洁巡检,提交报修"
,
"roleGroup"
:
"roleGroup04"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"物业/安保巡检"
,
"物业/保洁巡检"
]
},
{
"name"
:
"role04004"
,
"title"
:
"工程物业人员"
,
"description"
:
"负责接收物业报修并受理,进行物业维保及巡检"
,
"roleGroup"
:
"roleGroup04"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"物业/报修单"
,
"物业/受理单"
,
"物业/保养记录"
,
"物业/巡检记录"
,
"物业/质检记录"
]
},
{
"name"
:
"role04005"
,
"title"
:
"值班人员"
,
"description"
:
"负责接收物业报修并受理"
,
"roleGroup"
:
"roleGroup04"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"物业/报修单"
,
"物业/受理单"
]
},
{
"name"
:
"role007"
,
"title"
:
"出纳人员"
,
"description"
:
"录入收款单及付款单"
,
"roleGroup"
:
"roleGroup02"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"合约/租赁合同"
,
"合约/租赁合同新签"
,
"合约/租赁合同变更"
,
"财务/应收统计"
,
"财务/摊销列表"
,
"财务/欠租统计"
,
"财务/通用账单"
,
"财务/缴款通知书"
,
"财务/催款通知书"
,
"财务/调整单"
,
"财务/收款单"
,
"财务/收款查询(费用项目)"
,
"财务/收款查询(缴费方式)"
,
"财务/通用收款"
,
"合约/往来款"
,
"财务/付款单"
,
"财务/结算"
]
},
{
"name"
:
"role008"
,
"title"
:
"会计人员"
,
"description"
:
"审核收付款单"
,
"roleGroup"
:
"roleGroup02"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
"合约/租赁合同"
,
"合约/租赁合同新签"
,
"合约/租赁合同变更"
,
"财务/应收统计"
,
"财务/摊销列表"
,
"财务/欠租统计"
,
"财务/通用账单"
,
"财务/缴款通知书"
,
"财务/催款通知书"
,
"财务/调整单"
,
"财务/收款单"
,
"财务/收款查询(费用项目)"
,
"财务/收款查询(缴费方式)"
,
"财务/通用收款"
,
"合约/往来款"
,
"财务/通用付款"
,
"财务/付款单"
,
"财务/结算"
]
},
{
"name"
:
"role009"
,
"title"
:
"运营人员"
,
"description"
:
"对企业服务进行操作"
,
"roleGroup"
:
"roleGroup01"
,
"privilegeNames"
:
[
],
"privilegeGroupNames"
:
[
]
}
]
backend/inz.init.data/src/main/resources/com/beecode/inz/basis/auth/RoleGroup.json
View file @
3c2969d6
[
{
"name"
:
"roleGroup01"
,
"title"
:
"业务角色"
,
"description"
:
"与业务处理相关的角色分组"
},
{
"name"
:
"roleGroup02"
,
"title"
:
"财务角色"
,
"description"
:
"与财务处理相关的角色分组"
},
{
"name"
:
"roleGroup04"
,
"title"
:
"物业角色"
,
"description"
:
"与物业相关的角色分组"
},
{
"name"
:
"roleGroup03"
,
"title"
:
"自定义角色"
,
"description"
:
"自定义角色分组"
},
{
"name"
:
"roleGroup04"
,
"title"
:
"物业角色"
,
"description"
:
"与物业相关的角色分组"
}
]
\ No newline at end of file
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