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
bb34996f
Commit
bb34996f
authored
Dec 05, 2024
by
chang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验检测人员列表返回添加sequenceNbr信息
parent
95602266
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
JyjcOpeningApplicationServiceImpl.java
...c/biz/service/impl/JyjcOpeningApplicationServiceImpl.java
+1
-0
TzsUserInfoVo.java
...om/yeejoin/amos/boot/module/ymt/api/vo/TzsUserInfoVo.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcOpeningApplicationServiceImpl.java
View file @
bb34996f
...
@@ -523,6 +523,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
...
@@ -523,6 +523,7 @@ public class JyjcOpeningApplicationServiceImpl extends BaseService<JyjcOpeningAp
return
userInfos
.
parallelStream
().
map
(
userInfo
->
{
return
userInfos
.
parallelStream
().
map
(
userInfo
->
{
TzsUserInfoVo
vo
=
new
TzsUserInfoVo
();
TzsUserInfoVo
vo
=
new
TzsUserInfoVo
();
BeanUtils
.
copyProperties
(
userInfo
,
vo
,
"identification"
,
"profile"
,
"permissionItem"
,
"appointDoc"
,
"permissionData"
);
BeanUtils
.
copyProperties
(
userInfo
,
vo
,
"identification"
,
"profile"
,
"permissionItem"
,
"appointDoc"
,
"permissionData"
);
vo
.
setSequenceNbr
(
userInfo
.
getSequenceNbr
());
RequestContext
.
setAppKey
(
appKey
);
RequestContext
.
setAppKey
(
appKey
);
RequestContext
.
setProduct
(
product
);
RequestContext
.
setProduct
(
product
);
RequestContext
.
setToken
(
token
);
RequestContext
.
setToken
(
token
);
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/vo/TzsUserInfoVo.java
View file @
bb34996f
...
@@ -8,7 +8,7 @@ import java.util.List;
...
@@ -8,7 +8,7 @@ import java.util.List;
@Data
@Data
public
class
TzsUserInfoVo
{
public
class
TzsUserInfoVo
{
private
Long
sequenceNbr
;
/**
/**
* 姓名
* 姓名
*/
*/
...
...
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