是否有更有效的方法通过id删除多个实体
@H_403_4@$data = $this->request->data ['missing_lexicon_id']; foreach ( $data as $id ) { $missingLexicon = $this->MissingLexicons->get ( $id ); $this->MissingLexicons->delete ( $missingLexicon ) }