Commit 585da2ed by jianan

审批问题7

parent d5914991
...@@ -180,7 +180,7 @@ public class PractitionerHiringDALServiceImpl implements PractitionerHiringDALSe ...@@ -180,7 +180,7 @@ public class PractitionerHiringDALServiceImpl implements PractitionerHiringDALSe
// 查询审批身份 0.既是辅导人又是团队长 1.辅导人 2.团队长 // 查询审批身份 0.既是辅导人又是团队长 1.辅导人 2.团队长
int approvalIdentity = this.queryApprovalIdentity(practitionerId); int approvalIdentity = this.queryApprovalIdentity(practitionerId);
List<HiringListInfo> resultList = null; List<HiringListInfo> resultList = new ArrayList<>();
if (approvalIdentity == 1) { if (approvalIdentity == 1) {
resultList = practitionerHiringMapper.queryMentorUnhandledList(practitionerId); resultList = practitionerHiringMapper.queryMentorUnhandledList(practitionerId);
} else if (approvalIdentity == 2) { } else if (approvalIdentity == 2) {
......
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