|
@@ -16,6 +16,9 @@
|
|
<result property="remark" column="remark"/>
|
|
<result property="remark" column="remark"/>
|
|
<result property="userName" column="user_name"/>
|
|
<result property="userName" column="user_name"/>
|
|
<result property="nickName" column="nick_name"/>
|
|
<result property="nickName" column="nick_name"/>
|
|
|
|
+ <result property="comment" column=" is_comment"/>
|
|
|
|
+ <result property="raffle" column="is_raffle"/>
|
|
|
|
+ <result property="download" column="is_download"/>
|
|
<result property="email" column="email"/>
|
|
<result property="email" column="email"/>
|
|
<result property="avatar" column="avatar"/>
|
|
<result property="avatar" column="avatar"/>
|
|
<result property="pageViews" column="pageViews"/>
|
|
<result property="pageViews" column="pageViews"/>
|
|
@@ -108,6 +111,9 @@
|
|
a.create_time as article_create_time,
|
|
a.create_time as article_create_time,
|
|
a.update_by as article_update_by,
|
|
a.update_by as article_update_by,
|
|
a.update_time as article_update_time,
|
|
a.update_time as article_update_time,
|
|
|
|
+ a.is_comment,
|
|
|
|
+ a.is_raffle,
|
|
|
|
+ a.is_download,
|
|
COALESCE((
|
|
COALESCE((
|
|
SELECT
|
|
SELECT
|
|
JSON_ARRAYAGG(
|
|
JSON_ARRAYAGG(
|