原因很简单:在ibatis的配置文件中不能出现小于号(>)

    <delete > where CREATE_TIME<=#{createTime,jdbcType=BIGINT} (修改为大于号)

  where #{createTime,jdbcType=BIGINT} >= CREATE_TIME
    </delete>

相关文章: