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
cab0b00e
Commit
cab0b00e
authored
Feb 05, 2021
by
Simon Cheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'sharon账号多条记录'
parent
55f57147
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
+1
-1
yd-api/src/main/resources/mapper/customer/AclPractitionerPotentialMapper.xml
+2
-1
No files found.
yd-api/src/main/resources/mapper/customer/AclPractitionerMapper.xml
View file @
cab0b00e
...
...
@@ -830,7 +830,7 @@
p.SAL_MST_ID_TYPE as titleCode,
p.SAL_MST_OFFICIAL_TITLE as titleName
FROM sal001 p
where p.SAL_MST_MOBILE like concat(concat('%',#{mobileNo,jdbcType=VARCHAR}),'%')
where p.SAL_MST_MOBILE like concat(concat('%',#{mobileNo,jdbcType=VARCHAR}),'%')
limit 1
</select>
<select
id=
"getPractitionerRankInfoByPractitionerIdEG"
resultType=
"com.yd.dal.entity.customer.practitioner.PractitionerRankInfo"
>
...
...
yd-api/src/main/resources/mapper/customer/AclPractitionerPotentialMapper.xml
View file @
cab0b00e
...
...
@@ -319,6 +319,6 @@
LEFT JOIN ag_acl_practitioner_hiring_basic_info h ON p.id = h.practitioner_potential_id
WHERE
t.practitioner_assigned_id = #{practitionerId,jdbcType=BIGINT}
order by p.id desc
;
order by p.id desc
</select>
</mapper>
\ No newline at end of file
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