|
|
@ -429,6 +429,7 @@ |
|
|
|
<select id="selectAllArticle" resultType="com.epmet.dto.result.PublishedListResultDTO"> |
|
|
|
SELECT |
|
|
|
a.id AS "articleId", |
|
|
|
a.org_id AS "agencyId", |
|
|
|
a.title AS "title", |
|
|
|
IFNULL(a.preview_content, "") AS "previewContent", |
|
|
|
a.publish_range_desc AS "publishRangeDesc", |
|
|
@ -438,6 +439,7 @@ |
|
|
|
a.publish_date AS "publishDate", |
|
|
|
IFNULL(a.tags, "") AS "tags", |
|
|
|
a.status_flag AS "statusFlag", |
|
|
|
IF (a.status_flag = 'published', '已发布', '已下线') "statusFlagName", |
|
|
|
a.rich_text_flag AS "richTextFlag", |
|
|
|
a.created_by AS "createdBy", |
|
|
|
a.is_top AS "isTop", |
|
|
|