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
af1102c6
Commit
af1102c6
authored
Apr 13, 2022
by
akexiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的团队成员信息,增加团队有效查询条件,体系下没成员时,增加非空判断
parent
61c80a16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerBasicInfoServiceImpl.java
+3
-0
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
+1
-0
No files found.
yd-api/src/main/java/com/yd/api/practitioner/service/impl/PractitionerBasicInfoServiceImpl.java
View file @
af1102c6
...
...
@@ -853,6 +853,9 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
}
practitionerIdList
=
practitionerService
.
getPractitionerIdList
(
practitionerId
,
1
);
}
if
(
practitionerIdList
==
null
||
practitionerIdList
.
size
()
==
0
){
return
resp
;
}
List
<
TeamMemberDetail
>
dataList
=
aclPractitionerDALService
.
queryTeamMemberDetailList
(
practitionerIdList
);
List
<
TeamMemberDetail
>
s1DataList
=
new
ArrayList
<>();
...
...
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
View file @
af1102c6
...
...
@@ -1847,6 +1847,7 @@
left join ag_acl_practitioner p1 on p.mentor_id = p1.id
left join ag_acl_practitioner p2 on p.introducer_id = p2.id
left join (select * from ag_md_code where code_type = 'EducationLevel') c on p.education_level = c.code_code
where sys.is_active=1
</select>
<select
id=
"findLeaveOfficeByPractitionerId"
resultType=
"string"
>
...
...
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