@ -50,9 +50,6 @@
WHERE
p.DEL_FLAG = 0
AND p.grid_id IS NULL
<if test="sentryPostName != null and sentryPostName != ''">
AND p.sentry_post_name = like concat('%', #{sentryPostName}, '%')
</if>
ORDER BY
p.CREATED_TIME desc
</select>