Commit 6f380d29 authored by libin's avatar libin

Merge branch 'master-seo-fix-feature' into base-modify

parents 7de6c3bb ba55850f
...@@ -101,6 +101,18 @@ public class CampsiteShopPageDTO implements Serializable { ...@@ -101,6 +101,18 @@ public class CampsiteShopPageDTO implements Serializable {
@ApiModelProperty("联系人") @ApiModelProperty("联系人")
private String concat; private String concat;
@ApiModelProperty("seo*html标签优化")
private String alt;
@ApiModelProperty("seo*html标签优化")
private String imgTitle;
@ApiModelProperty("seo*html标签优化")
private String imgKeyword;
@ApiModelProperty("seo*html标签优化")
private String imgDesc;
@Override @Override
public boolean equals(Object o) { public boolean equals(Object o) {
if (this == o) { if (this == o) {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<mapper namespace="com.xxfc.platform.uccn.mapper.ArticleMapper"> <mapper namespace="com.xxfc.platform.uccn.mapper.ArticleMapper">
<select id="getArticleList" resultType="com.xxfc.platform.uccn.entity.Article"> <select id="getArticleList" resultType="com.xxfc.platform.uccn.entity.Article">
select id, title,epitome,add_time,cover_image,`alt` from article select id, title,epitome,add_time,cover_image,`alt`,`tag_title` as `tagTitle`,`keywords`,`description` from article
where where
is_del=0 is_del=0
and status=1 and status=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment