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
8e529279
Commit
8e529279
authored
Jul 21, 2025
by
hcing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(tcm): 省内外使用单位和安改维单位的人员类型调整
parent
e4e371dd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
unitTypeLimitUserType.json
...on-api/src/main/resources/json/unitTypeLimitUserType.json
+2
-2
TzsUserInfoServiceImpl.java
...t/module/tcm/biz/service/impl/TzsUserInfoServiceImpl.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/resources/json/unitTypeLimitUserType.json
View file @
8e529279
...
...
@@ -58,7 +58,7 @@
"6552"
:
[],
"66151"
:
[],
"66152"
:
[],
"66
153
"
:
[],
"66
67
"
:
[],
"6546"
:
[],
"6548"
:
[],
"6550"
:
[],
...
...
@@ -76,7 +76,7 @@
"6549"
:
[],
"66151"
:
[],
"66152"
:
[],
"66
153
"
:
[]
"66
67
"
:
[]
},
"个人主体"
:
{
"6552"
:
[
"6713"
],
...
...
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 @
8e529279
...
...
@@ -2233,10 +2233,10 @@ public class TzsUserInfoServiceImpl extends BaseService<TzsUserInfoDto, TzsUserI
allPostUnderTheUnit
.
putIfAbsent
(
postCode
,
subPostCode
);
}
}
// 删除操作 : 省外 使用单位/安改维单位 企业独有的【检验检测机构区域负责人】66
153
// 删除操作 : 省外 使用单位/安改维单位 企业独有的【检验检测机构区域负责人】66
67
Set
<
String
>
validUnitTypes
=
new
HashSet
<>(
Arrays
.
asList
(
"使用单位"
,
"安装改造维修单位"
));
if
(
shanXiFlag
&&
validUnitTypes
.
contains
(
unitType
))
{
allPostUnderTheUnit
.
remove
(
"66
153
"
);
allPostUnderTheUnit
.
remove
(
"66
67
"
);
}
}
});
...
...
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