提交 3ad09a17 作者: yuanhaojie

ott中文

上级 6e17a840
......@@ -30,6 +30,9 @@ public class ThinktankOttInfo {
/**简介*/
@Excel(name = "简介", width = 15)
private String summary;
/**中文简介*/
@Excel(name = "中文简介", width = 15)
private String summaryZh;
/**联系信息(json)*/
@Excel(name = "联系信息(json)", width = 15)
private String contact;
......
......@@ -24,7 +24,7 @@ public interface ThinktankOttInfoMapper extends BaseMapper<ThinktankOttInfo> {
* @param baseCode 智库机构编码
* @return
*/
@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 ott.id,ott.full_name fullName,ott.abbreviation,ott.summary,ott.summary_zh summaryZh,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}")
ThinktankOttInfo getOttInfoByBaseCode(@Param("baseCode") String baseCode);
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论