master:电商卖家账号系统消息列表bug修复;

pull/1121/head
liujiang 2025-09-27 23:54:17 +08:00
parent 42071a3124
commit 388d0b68f0
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND n.notice_title LIKE concat('%', #{noticeTitle}, '%')
</if>
<if test="noticeType != null">
AND n.notice_type
AND n.notice_type = #{noticeType}
</if>
AND un.user_id = #{userId}
ORDER BY