@ -33,7 +33,7 @@
</select>
<select id="selectNoticePage" resultMap="noticeResultMap">
select * from blade_notice where title like concat('%', #{notice.title}, '%') and is_deleted = 0
select * from blade_notice where title like concat(concat('%', #{notice.title}), '%') and is_deleted = 0
</mapper>