Commit cab0b00e by Simon Cheng

'sharon账号多条记录'

parent 55f57147
...@@ -830,7 +830,7 @@ ...@@ -830,7 +830,7 @@
p.SAL_MST_ID_TYPE as titleCode, p.SAL_MST_ID_TYPE as titleCode,
p.SAL_MST_OFFICIAL_TITLE as titleName p.SAL_MST_OFFICIAL_TITLE as titleName
FROM sal001 p 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>
<select id="getPractitionerRankInfoByPractitionerIdEG" <select id="getPractitionerRankInfoByPractitionerIdEG"
resultType="com.yd.dal.entity.customer.practitioner.PractitionerRankInfo"> resultType="com.yd.dal.entity.customer.practitioner.PractitionerRankInfo">
......
...@@ -319,6 +319,6 @@ ...@@ -319,6 +319,6 @@
LEFT JOIN ag_acl_practitioner_hiring_basic_info h ON p.id = h.practitioner_potential_id LEFT JOIN ag_acl_practitioner_hiring_basic_info h ON p.id = h.practitioner_potential_id
WHERE WHERE
t.practitioner_assigned_id = #{practitionerId,jdbcType=BIGINT} t.practitioner_assigned_id = #{practitionerId,jdbcType=BIGINT}
order by p.id desc; order by p.id desc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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