|
|
@ -18,7 +18,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getLists" resultType="com.yxt.anrui.portal.api.sysnotice.SysNoticeListVo"> |
|
|
|
select sid, title, DATE_FORMAT(createTime, '%Y-%m-%d') as createTime, pcUrl, appUrl |
|
|
|
select sid, title, DATE_FORMAT(createTime, '%Y-%m-%d') as createTime, pcUrl |
|
|
|
from sys_notice |
|
|
|
where state = 1 |
|
|
|
and (validityDate is null or validityDate = '' or validityDate > NOW()) |
|
|
|