Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
22a9e8e0
Commit
22a9e8e0
authored
Oct 13, 2021
by
hongzhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ydlife 我的团队中数据查询05
parent
c053c370
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerBasicInfoServiceImpl.java
+1
-1
No files found.
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerBasicInfoServiceImpl.java
View file @
22a9e8e0
...
...
@@ -799,13 +799,13 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
if
(
null
!=
teamMemberDetail
.
getOwnerPractitionerId
()
&&
teamMemberDetail
.
getOwnerPractitionerId
().
longValue
()
==
teamMemberDetail
.
getPractitionerId
().
longValue
())
{
teamMemberList
.
add
(
teamMemberDetail
);
}
groupList
.
addAll
(
s2DataList
);
}
}
//没有团队长
if
(
teamMemberList
==
null
||
teamMemberList
.
size
()
==
0
){
teamMemberList
.
addAll
(
s1DataList
);
}
groupList
.
addAll
(
s2DataList
);
}
//如果是s1 直接显示所有
if
(
"S1"
.
equals
(
systemType
)){
...
...
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