如何使用一个 mysql 请求执行此操作:
$revision = $this->Revision->where('batch', $batch)->first();
$revisions = $this->Revision->where('batch','>', $batch)
->where('revisionable_type', $revision->revisionable_type)
->where('revisionable_id', $revision->revisionable_id)
->get();
$this->Revision = 雄辩的模型;
其他只是列。