Skip to content

Commit b5c9bfa

Browse files
committed
首页文章列表增加首图
1 parent 1ae0e07 commit b5c9bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog-api/src/main/resources/mapper/BlogMapper.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
b.create_time,
119119
b.views,
120120
b.password,
121+
b.first_picture,
121122
c.category_name
122123
from blog as b
123124
left join category as c on b.category_id = c.id

0 commit comments

Comments
 (0)