<select id="selectByTitleAndDocumentId" parameterType="java.lang.String" resultMap="BaseResultMap">
select * from guide where title like concat('%',#{title,jdbcType = VARCHAR},'%')
and document_id like concat('%',#{documentId,jdbcType = VARCHAR},'%') and del_flag = 0
</select>