@Select("select ott.id,ott.full_name fullName,ott.abbreviation,ott.summary,ott.contact,ott.areas,ott.organisation,ott.performance from thinktank_ott_info ott left join thinktank_base_ott_relation rel on ott.id = rel.ott_code where rel.base_code = #{baseCode}")
@Select("select id,code_id codeId,chinese_whole chineseWhole,chinese_simple chineseSimple,english_whole englishWhole,english_simple englishSimple from thinktank_collect coll left join thinktank_basic_info tbi on coll.base_code = tbi.code_id where coll.user_id = #{userId} order by coll.create_time desc")