Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
6717a736
Commit
6717a736
authored
Sep 05, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(tcm):1,质量保证体系人员修改
parent
99246dde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
UserPostEnum.java
...ejoin/amos/boot/module/common/api/enums/UserPostEnum.java
+1
-1
TzsUserInfoServiceImpl.java
...t/module/tcm/biz/service/impl/TzsUserInfoServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/enums/UserPostEnum.java
View file @
6717a736
...
...
@@ -26,7 +26,7 @@ public enum UserPostEnum {
//质量保证体系人员(非字典表字段,后期修改code)
ZLBZTXRY
(
"质量保证体系人员"
,
"
nullnull
"
,
"1,3,4"
),
ZLBZTXRY
(
"质量保证体系人员"
,
"
6619
"
,
"1,3,4"
),
;
String
name
;
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-biz/src/main/java/com/yeejoin/amos/boot/module/tcm/biz/service/impl/TzsUserInfoServiceImpl.java
View file @
6717a736
...
...
@@ -109,7 +109,7 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
// 安全总监管理
menuMap
.
put
(
"aqzj"
,
Collections
.
singletonList
(
"6547"
));
// 质量保证体系人员管理
menuMap
.
put
(
"zlbztxry"
,
Arrays
.
asList
(
"6551"
,
"6550
"
));
menuMap
.
put
(
"zlbztxry"
,
Collections
.
singletonList
(
"6619
"
));
// 质量安全员管理
menuMap
.
put
(
"zlaqy"
,
Collections
.
singletonList
(
"6551"
));
// 质量安全总监管理
...
...
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