Commit 22a9e8e0 by hongzhong

ydlife 我的团队中数据查询05

parent c053c370
...@@ -799,13 +799,13 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -799,13 +799,13 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
if (null != teamMemberDetail.getOwnerPractitionerId() && teamMemberDetail.getOwnerPractitionerId().longValue() == teamMemberDetail.getPractitionerId().longValue()) { if (null != teamMemberDetail.getOwnerPractitionerId() && teamMemberDetail.getOwnerPractitionerId().longValue() == teamMemberDetail.getPractitionerId().longValue()) {
teamMemberList.add(teamMemberDetail); teamMemberList.add(teamMemberDetail);
} }
groupList.addAll(s2DataList);
} }
} }
//没有团队长 //没有团队长
if(teamMemberList == null || teamMemberList.size() == 0){ if(teamMemberList == null || teamMemberList.size() == 0){
teamMemberList.addAll(s1DataList); teamMemberList.addAll(s1DataList);
} }
groupList.addAll(s2DataList);
} }
//如果是s1 直接显示所有 //如果是s1 直接显示所有
if("S1".equals(systemType)){ if("S1".equals(systemType)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment