|
|
@@ -949,7 +949,7 @@
|
|
|
LEFT JOIN user_career uc ON uc.uid = u.id
|
|
|
LEFT JOIN achievement_demand_count adc ON adc.uid = u.id
|
|
|
WHERE
|
|
|
- u.type = 0 and ui.expert = 1
|
|
|
+ u.type = 0 and ui.expert = 1 and u.source=0
|
|
|
<if test="null != level and level==1 ">
|
|
|
AND u.lvl <![CDATA[ >= ]]> 1
|
|
|
</if>
|
|
|
@@ -969,7 +969,7 @@
|
|
|
AND ui.area = #{area,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="field != null">
|
|
|
- AND uc.engaged_field like CONCAT(#{field,jdbcType=VARCHAR}, '%')
|
|
|
+ AND ui.industry= #{field,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
AND ui.username like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')
|
|
|
@@ -989,7 +989,7 @@
|
|
|
LEFT JOIN user_career uc ON uc.uid = u.id
|
|
|
LEFT JOIN achievement_demand_count adc ON adc.uid = u.id
|
|
|
WHERE
|
|
|
- u.type = 0 and ui.expert = 1
|
|
|
+ u.type = 0 and ui.expert = 1 and u.source=0
|
|
|
<if test="null != level and level==1 ">
|
|
|
AND u.lvl <![CDATA[ >= ]]> 1
|
|
|
</if>
|
|
|
@@ -1009,7 +1009,7 @@
|
|
|
AND ui.area = #{area,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="field != null">
|
|
|
- AND uc.engaged_field like CONCAT(#{field,jdbcType=VARCHAR}, '%')
|
|
|
+ AND ui.industry= #{field,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
AND ui.username like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')
|