master:电商卖家账号系统消息列表bug修复;
parent
42071a3124
commit
388d0b68f0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue