src/main/resources/mapper/system/SysPostMapper.xml @@ -35,6 +35,7 @@ AND post_name like concat('%', #{postName}, '%') </if> </where> order by create_time desc </select> <select id="selectPostAll" resultMap="SysPostResult">