| | |
| | | */ |
| | | private Integer isAnyUpdate; |
| | | |
| | | /** |
| | | * 外链跳转 |
| | | */ |
| | | private String jumpURL; |
| | | |
| | | } |
| | |
| | | a.is_top, |
| | | a.editor_status, |
| | | a.is_allowed_comment, |
| | | a.jump_url as jumpURL, |
| | | a.update_date, |
| | | a.create_date |
| | | </sql> |
| | |
| | | <select id="searchList" resultType="vip.xiaonuo.modular.blogarticle.entity.BlogArticleVo"> |
| | | select |
| | | <include refid="Base_Column_List"/> |
| | | ,IFNULL("",CONCAT("/",f2.file_bucket,"/",f2.file_object_name)) as coverFileURL |
| | | ,IF(a.cover_file_id is not null,CONCAT("/",f2.file_bucket,"/",f2.file_object_name),"") as coverFileURL |
| | | ,t.type_name as articleTypeName |
| | | from |
| | | blog_article a |