|
@@ -16,7 +16,7 @@
|
|
n.`is_public`,
|
|
n.`is_public`,
|
|
m.nick_name as creater
|
|
m.nick_name as creater
|
|
FROM t_news n
|
|
FROM t_news n
|
|
- LEFT JOIN sys_user_id m ON n.`creater_id` = m.id AND m.`rec_status` = 'A'
|
|
|
|
|
|
+ LEFT JOIN sys_user m ON n.`creater_id` = m.id AND m.`rec_status` = 'A'
|
|
WHERE n.`tb_status` = 0
|
|
WHERE n.`tb_status` = 0
|
|
<if test="param.publicTimeStart != null">
|
|
<if test="param.publicTimeStart != null">
|
|
AND n.`public_time` > #{param.publicTimeStart}
|
|
AND n.`public_time` > #{param.publicTimeStart}
|