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
8bc5d3a3
Commit
8bc5d3a3
authored
Aug 21, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(jg): 人员管理
1.人员类型增加业务负责人(使用单位、按改为单位、检验机构、检测机构)
parent
5cf598a3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
28 deletions
+78
-28
unitTypeLimitUserType.json
...on-api/src/main/resources/json/unitTypeLimitUserType.json
+10
-5
BizCommonConstant.java
...in/amos/boot/module/tcm/api/common/BizCommonConstant.java
+26
-0
TzsUserInfoServiceImpl.java
...t/module/tcm/biz/service/impl/TzsUserInfoServiceImpl.java
+42
-23
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/resources/json/unitTypeLimitUserType.json
View file @
8bc5d3a3
...
@@ -8,7 +8,8 @@
...
@@ -8,7 +8,8 @@
"6616"
:
[],
"6616"
:
[],
"6761"
:
[],
"6761"
:
[],
"6762"
:
[],
"6762"
:
[],
"6766"
:
[]
"6766"
:
[],
"6767"
:
[]
},
},
"检测机构"
:
{
"检测机构"
:
{
"6660"
:
[],
"6660"
:
[],
...
@@ -19,7 +20,8 @@
...
@@ -19,7 +20,8 @@
"6616"
:
[],
"6616"
:
[],
"6761"
:
[],
"6761"
:
[],
"6762"
:
[],
"6762"
:
[],
"6766"
:
[]
"6766"
:
[],
"6767"
:
[]
},
},
"设计单位"
:
{
"设计单位"
:
{
"6660"
:
[],
"6660"
:
[],
...
@@ -80,7 +82,8 @@
...
@@ -80,7 +82,8 @@
"6551"
:
[],
"6551"
:
[],
"6616"
:
[],
"6616"
:
[],
"6553"
:
[],
"6553"
:
[],
"6766"
:
[]
"6766"
:
[],
"6767"
:
[]
},
},
"使用单位"
:
{
"使用单位"
:
{
"6552"
:
[
"6713"
],
"6552"
:
[
"6713"
],
...
@@ -93,7 +96,8 @@
...
@@ -93,7 +96,8 @@
"66151"
:
[],
"66151"
:
[],
"66152"
:
[],
"66152"
:
[],
"6667"
:
[],
"6667"
:
[],
"6766"
:
[]
"6766"
:
[],
"6767"
:
[]
},
},
"个人主体"
:
{
"个人主体"
:
{
"6552"
:
[
"6713"
],
"6552"
:
[
"6713"
],
...
@@ -106,7 +110,8 @@
...
@@ -106,7 +110,8 @@
"66151"
:
[],
"66151"
:
[],
"66152"
:
[],
"66152"
:
[],
"6667"
:
[],
"6667"
:
[],
"6766"
:
[]
"6766"
:
[],
"6767"
:
[]
},
},
"监管机构"
:
{
"监管机构"
:
{
"6766"
:
[]
"6766"
:
[]
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/common/BizCommonConstant.java
View file @
8bc5d3a3
...
@@ -43,4 +43,30 @@ public interface BizCommonConstant {
...
@@ -43,4 +43,30 @@ public interface BizCommonConstant {
* */
* */
String
REGULATOR_UNIT_LIST
=
"REGULATOR_UNIT_LIST"
;
String
REGULATOR_UNIT_LIST
=
"REGULATOR_UNIT_LIST"
;
/**
* 业务负责人人员类型
*/
String
POST_TYPE_JYJC_CHANGE_PERSON
=
"6767"
;
/**
* 业务负责人,角色字段类型
*/
String
YWFZR_DICT_TYPE
=
"YWFZR"
;
/**
* 业务负责人,角色字段类型
*/
String
YWFZR_DICT_CODE
=
"YWFZR"
;
/**
* 业务类型-检验
*/
String
BIZ_TYPE_JY
=
"jy"
;
/**
* 业务类型-检测
*/
String
BIZ_TYPE_JC
=
"jc"
;
}
}
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 @
8bc5d3a3
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