|
|
@@ -1202,13 +1202,13 @@
|
|
|
|
|
|
<select id="findUserPartnerDetail" parameterType="java.lang.String" resultType="com.goafanti.user.bo.UserPartnerDetailBo">
|
|
|
select
|
|
|
- u.id,i.username,i.work_unit as workUnit,i.professional_title as position,c.achievement,
|
|
|
+ u.id,i.username,i.work_unit as workUnit,i.professional_title as position,u.introduction as achievement,
|
|
|
u.head_portrait_url as personPortraitUrl,
|
|
|
i.province,
|
|
|
u.introduction as personalProfile,
|
|
|
ua.ability_label as abilityLabel,i.qualification,
|
|
|
- e.graduate_school,i.major_category,i.work_unit as workUnit,
|
|
|
- i.industry as engagedField
|
|
|
+ i.graduate_school,i.major_category,i.work_unit as workUnit,
|
|
|
+ ic.name as engagedField
|
|
|
from `user` u
|
|
|
left join user_identity i on u.id=i.uid
|
|
|
left join
|
|
|
@@ -1216,6 +1216,7 @@
|
|
|
<!-- left join user_info info on u.id=info.uid -->
|
|
|
left join user_ability ua on u.id=ua.uid
|
|
|
left join user_edu e on u.id=e.uid
|
|
|
+ left join industry_category ic on i.industry=ic.id
|
|
|
WHERE
|
|
|
u.type = 0
|
|
|
<if test="_parameter!= null">
|