提交 89e1b47c 作者: 925993793@qq.com

增加是否展示字段

上级 37316fd7
......@@ -99,6 +99,8 @@ public class ThinktankBasicInfo extends Model<ThinktankBasicInfo> {
private String achievementType;
//资金来源
private String fundsSource;
//是否展示(1-是;0-否)
private Integer ynDisplay;
public List<String> toList(){
List<String> list = new ArrayList<>();
......
......@@ -100,5 +100,7 @@ public class ThinktankBasicInfoVo extends Model<ThinktankBasicInfoVo> {
private String achievementType;
//资金来源
private String fundsSource;
//是否展示(1-是;0-否)
private Integer ynDisplay;
}
......@@ -10,7 +10,7 @@
original_whole,original_simple,official_website,tag_id,tag_name,establish_time,charge,
country_within_external,belong_country_id,belong_country,region,address,
belong_unit_code,belong_unit,head_sculpture,biographical_notes,status,
lang,operate_status,profit_nature,nature,influence_position,staff_size,scale,achievement_type,funds_source
lang,operate_status,profit_nature,nature,influence_position,staff_size,scale,achievement_type,funds_source,yn_display
from thinktank_basic_info a
where 1 = 1
<if test="codeId != null and codeId != ''">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论