|
@@ -33,7 +33,7 @@
|
|
|
order by update_time DESC
|
|
|
</select>
|
|
|
<select id="latestList" resultType="com.firerock.webttkuaiban.demos.pojo.Article">
|
|
|
- select a.* ,aci.cover_img_data coverImg
|
|
|
+ select a.id,a.title,a.create_time ,aci.cover_img_data coverImg
|
|
|
from article a
|
|
|
left join article_cover_img aci on a.id=aci.article_id
|
|
|
where a.state='已发布'
|
|
@@ -41,7 +41,7 @@
|
|
|
limit 3
|
|
|
</select>
|
|
|
<select id="relatedList" resultType="com.firerock.webttkuaiban.demos.pojo.Article">
|
|
|
- select a.* ,aci.cover_img_data coverImg
|
|
|
+ select a.id,a.title,a.create_time ,aci.cover_img_data coverImg
|
|
|
from article a
|
|
|
left join article_cover_img aci on a.id=aci.article_id
|
|
|
<where>
|