通知公告弹窗降序

This commit is contained in:
mashuai 2024-07-10 11:11:32 +08:00
parent ff43266b93
commit 4e9dfa60cd
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="createBy != null and createBy != ''">
AND sn.create_by like concat('%', #{createBy}, '%')
</if>
order by sn.create_time desc
</select>
<select id="selectUserIdByNoticeId" resultType="java.lang.String">
select user_id from sys_notice where notice_id = #{noticeId}