Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
黄嘉阳
/
iot-platform-server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
26e0bc72
authored
Oct 25, 2023
by
huangjy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fixbug:长者导入,居家工作台
parent
61eb44e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server-service/src/main/java/com/makeit/service/platform/workstation/impl/WorkStationServiceImpl.java
server-service/src/main/java/com/makeit/service/platform/workstation/impl/WorkStationServiceImpl.java
View file @
26e0bc72
...
@@ -180,7 +180,7 @@ public class WorkStationServiceImpl implements WorkStationService {
...
@@ -180,7 +180,7 @@ public class WorkStationServiceImpl implements WorkStationService {
dto
.
setOrgIds
(
orgIds
);
dto
.
setOrgIds
(
orgIds
);
}
else
{
}
else
{
List
<
PlatOrg
>
orgs
=
platOrgService
.
list
(
new
QueryWrapper
<
PlatOrg
>().
lambda
()
List
<
PlatOrg
>
orgs
=
platOrgService
.
list
(
new
QueryWrapper
<
PlatOrg
>().
lambda
()
.
eq
(
PlatOrg:
:
getId
,
dto
.
getOrgIds
()));
.
in
(
PlatOrg:
:
getId
,
dto
.
getOrgIds
()));
List
<
String
>
orgIds
=
orgs
.
stream
().
filter
(
t
->
PlatOrgEnum
.
OrgTypeEnum
.
INSTITUTION
.
getValue
().
equals
(
t
.
getType
()))
List
<
String
>
orgIds
=
orgs
.
stream
().
filter
(
t
->
PlatOrgEnum
.
OrgTypeEnum
.
INSTITUTION
.
getValue
().
equals
(
t
.
getType
()))
.
map
(
PlatOrg:
:
getId
).
collect
(
Collectors
.
toList
());
.
map
(
PlatOrg:
:
getId
).
collect
(
Collectors
.
toList
());
if
(
orgIds
.
isEmpty
()){
if
(
orgIds
.
isEmpty
()){
...
...
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