|
|
@@ -364,10 +364,11 @@
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<select id="findExpertPublishByPage" parameterType="String" resultType="com.goafanti.user.bo.ExpertPublishBo">
|
|
|
- select ep.id,ep.expert_id as expertId, ui.industry,ui.username as name,ep.publish_platform as publishPlatform,bi.platform_name as platformName,ep.publish_client as publishClient,
|
|
|
+ select ep.id,ep.expert_id as expertId, ui.industry,u.identify_name as name,ep.publish_platform as publishPlatform,bi.platform_name as platformName,ep.publish_client as publishClient,
|
|
|
ep.publish_page as publishPage,ep.if_top as ifTop,ep.show_number as showNumber,ep.top_number as topNumber,ep.publisher,ad.name as publisherName,ep.publish_time as publishTime
|
|
|
from expert_publish ep
|
|
|
left join user_identity ui on ep.expert_id=ui.uid
|
|
|
+left join user u on ep.expert_id=u.id
|
|
|
left join admin ad on ep.publisher=ad.id
|
|
|
left join branch_information bi on ep.publish_platform=bi.id
|
|
|
where 1=1
|