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
dcdea50e
Commit
dcdea50e
authored
May 26, 2023
by
曹盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改注册功能
parent
ca650d87
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
6 deletions
+21
-6
RegUnitInfoServiceImpl.java
...dule/tzs/flc/biz/service/impl/RegUnitInfoServiceImpl.java
+1
-1
appApplyInfo.json
...-module-tzs-biz/src/main/resources/json/appApplyInfo.json
+0
-5
appApplyInfobak.json
...dule-tzs-biz/src/main/resources/json/appApplyInfobak.json
+20
-0
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/flc/biz/service/impl/RegUnitInfoServiceImpl.java
View file @
dcdea50e
...
@@ -606,7 +606,7 @@ public class RegUnitInfoServiceImpl extends BaseService<RegUnitInfoDto, RegUnitI
...
@@ -606,7 +606,7 @@ public class RegUnitInfoServiceImpl extends BaseService<RegUnitInfoDto, RegUnitI
userRoleList
=
allRoleList
.
stream
().
filter
(
r
->
r
.
getRoleName
().
equals
(
unitType
.
getName
()))
userRoleList
=
allRoleList
.
stream
().
filter
(
r
->
r
.
getRoleName
().
equals
(
unitType
.
getName
()))
.
collect
(
Collectors
.
toList
());
.
collect
(
Collectors
.
toList
());
for
(
RoleModel
roleModel
:
allRoleList
.
stream
()
for
(
RoleModel
roleModel
:
allRoleList
.
stream
()
.
filter
(
r
->
r
.
get
RoleName
().
equal
s
(
unitType
.
getExtend
())).
collect
(
Collectors
.
toList
()))
{
.
filter
(
r
->
r
.
get
SequenceNbr
().
toString
().
contain
s
(
unitType
.
getExtend
())).
collect
(
Collectors
.
toList
()))
{
userRoleList
.
add
(
roleModel
);
userRoleList
.
add
(
roleModel
);
}
}
userRoleList
.
forEach
(
r
->
{
userRoleList
.
forEach
(
r
->
{
...
...
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/resources/json/appApplyInfo.json
View file @
dcdea50e
{
{
"appApplyInfo"
:
[
"appApplyInfo"
:
[
{
{
"name"
:
"城燃管道"
,
"appKey"
:
"studio_normalapp_4403119"
,
"image"
:
"upload/tzs/amos_studio/9C968B74AC9F8C9F21C8E4A284FDEAB4.png"
},
{
"name"
:
"气瓶安全追溯系统"
,
"name"
:
"气瓶安全追溯系统"
,
"appKey"
:
"studio_normalapp_3404491"
,
"appKey"
:
"studio_normalapp_3404491"
,
"image"
:
"upload/tzs/amos_studio/9C968B74AC9F8C9F21C8E4A284FDEAB4.png"
"image"
:
"upload/tzs/amos_studio/9C968B74AC9F8C9F21C8E4A284FDEAB4.png"
...
...
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/resources/json/appApplyInfobak.json
0 → 100644
View file @
dcdea50e
{
"appApplyInfo"
:
[
{
"name"
:
"城燃管道"
,
"appKey"
:
"studio_normalapp_4403119"
,
"image"
:
"upload/tzs/amos_studio/9C968B74AC9F8C9F21C8E4A284FDEAB4.png"
},
{
"name"
:
"气瓶安全追溯系统"
,
"appKey"
:
"studio_normalapp_3404491"
,
"image"
:
"upload/tzs/amos_studio/9C968B74AC9F8C9F21C8E4A284FDEAB4.png"
},
{
"name"
:
"特种设备安全追溯"
,
"appKey"
:
"studio_normalapp_4391091"
,
"image"
:
"upload/tzs/amos_studio/9C968B74AC9F8C9F21C8E4A284FDEAB4.png"
}
]
}
\ 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